getodk / central

ODK Central is a server that is easy to use, very fast, and stuffed with features that make data collection easier. Contribute and make the world a better place! ✨🗄✨
https://docs.getodk.org/central-intro/
Apache License 2.0
121 stars 145 forks source link

ODK Central

Platform License Build status

Central is the ODK server. It manages user accounts and permissions, stores Form definitions, and allows data collection clients like ODK Collect to connect to it for Form download and Submission upload.

Our goal with Central is to create a modern server that is easy to install, easy to use, and extensible with new features and functionality both directly in the software and with the use of our REST, OpenRosa, and OData programmatic APIs.

This repository serves as an umbrella for the Central project as a whole:

If you are looking for help, please take a look at the Documentation Website. If that doesn't solve your problem, please head over to the ODK Forum and do a search to see if anybody else has had the same problem. If you've identified a new problem or have a feature request, please post on the forum. We prefer forum posts to GitHub issues because more of the community is on the forum.

Contributing

We would love your contributions to Central. If you have thoughts or suggestions, please share them with us on the Ideas board on the ODK Forum. If you wish to contribute code, you have the option of working on the Backend server (contribution guide), the Frontend website (contribution guide), or both. To set up a development environment, first follow the Backend instructions and then optionally the Frontend instructions.

The master branch of this repository is a stable branch that users clone when they install Central in production. The next branch reflects ongoing development for the next version of Central. Note that this differs from the central-backend and central-frontend repositories, where master is the development branch. If you create a PR to this repository, please target the next branch unless you are only changing documentation like the readme.

In addition to the Backend and the Frontend, Central deploys services:

Operations

This repository serves administrative functions, but it also contains the Docker code for building and running a production Central stack.

To learn how to run such a stack in production, please take a look at our DigitalOcean installation guide.

License

All of ODK Central is licensed under the Apache 2.0 License.