mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 15:06:51 +01:00
data management software
administration | ||
application | ||
docker-symfony@538ee27a25 | ||
.env.dist | ||
.gitmodules | ||
.travis.yml | ||
CODE_OF_CONDUCT.md | ||
DOCUMENTATION_CONVENTION.md | ||
LICENSE.txt | ||
README.md |
∞infinito
Idea
This software should offer a cloud based application\framework for GUI and REST based development and data management.
Core Functions, USP & Target
- High differentiable of rights for persons, groups and devices
- Data interface for persons and devices (IoT)
- Support of mixtures between executables and data
- Versioning of every state of the used data
- Automized transparency for users about their data and use
- Expanding the standard program paradigma of classes and objects through sources
- Implementation of all big standard applications via API to manage them over one interface
- High scalability (IaaS compatible)
Setup
To run the application you need docker.
After installing docker you just need to run
bash ./administration/init.sh
in the root directory of the repository.
License
The "GNU AFFERO GENERAL PUBLIC LICENSE" applies to this project. See LICENSE.txt.
Code of Conduct
To contributions of this project the "Contributor Covenant Code of Conduct" applies. See CODE_OF_CONDUCT.md.
Administration
Further information you will find in the administration README.md.
Application
Further information about the application and the architecture you will find in the application README.md.
Documentation Convention
Further information you will find in the DOCUMENTATION.md.