ODK is open-source software for collecting, managing, and using data in resource-constrained environments. It allows for offline data collection with mobile devices in remote areas. The submission of the data to a server can be performed, when Internet connectivity is available. It allows communities to aggregate data with full control over the collected data and the servers where this data is stored. ODK can be applied, when a community wants to collect data with full control over the collected data. Collected data can be stored offline on the mobile device. The collection and aggregation of data from the devices can be performed with Open Source tools according to privacy concerns of the community. The community members must be able to check the source code of the client and server application for unwanted features and respect for the privacy concerns. Furthermore, if the community wants to have full administrations rights for the server backend, then the ODK infrastructure can be set up according to these requirements and constraints for privacy concerns of the community. Because ODK allows the data collection in resource-constrained environments ODK is intended to be applied for underserved population and identify their needs and community driven innovation based on the aggregate data
Application
The ODK approach is relevant when privacy concerns of communities need to be respected e.g. for health related data, environmental monitoring, and political elections. In resource-constrained environments, SMS based methods for data collection have limitation e.g. in message length and submission of geolocation added to the collected record. Open Data Kit extends the data collection for these applications. Digital data collection with ODK has been supported by WHO in Nigeria, Centers for Disease Control and Prevention, USAID, the Red Cross and Red Crescent.. Red Cross and Red Crescent are collaborating within International Federation of Red Cross and Red Crescent Societies as the world's largest humanitarian network. The use of Open Data is driven by an information visibility of humanitarian operations for all involved stakeholders.
Security, Integrity and Privacy
Computer security for data collection technologies is important for trust of users in the agency or organisation that performs the data collection.
Offline data collection on a mobile device that is aggregated later on with an ODK aggregator with physical connection to LAN that is disconnected from the internet, does not require the submission of data over an insecure network.
Encryption of data on a mobile device with a public key, that can be decrypted on a WAN disconnected ODK backend provides the security for the already collected data on the device.
Closed source application for data collection do not provide an option for independent code analysis for backdoors. Because it is harder to detect backdoors that are injected in object code in comparison to the source code, the own compilation of the source by organisation is possible for high requirements for privacy.
Data collected can include information that may be considered sensitive or may have a negative impact on the citizen that provides the data. Such data may include medical or socioeconomic data or the data may derive conclusions about the political opinion. Unallowed alteration of collected data on servers without control of the organisation collecting the data, might be unacceptable. Open Source application for data collection could avoid the computer security attacks on the operating system level or unintentional mishandling staff. The attitudes and practices of organizations collecting data have implications for confidentiality, availability, and integrity of data.
Workflow for data collection
Download a questionnaire for data collection, which is available for offline use.
Offline data collection can be used to respect privacy of participants in a study. This is especially relevant when privacy concerns of the communities must be respected and they do not want to submit data with their own devices.
Product and Services
The Open Data Kit community consists of , staff members of institutions and organisations that use Open Data Kit for collecting, managing, and using data in resource-constrained environments. The application of ODK determines the further development in a collaborative way. Apart from the developer community and bug reports "feature requests" can be performed on GitHub for the different ODK packages. The product development is demand driven and collaboratively. ODK is deployed as collection of GitHub , that everyone can use under the OpenSource License. New features and bug fixes for the product can be reported to the developer community by the standard interface of the GitHub repository "issues" or optimized versions by for the optimized code. New versions or releases are provided via the GitHub portal. A transparent open management of issues are performed per Open Data Kit repository. ODK consists of 68 packages that cover different features of the total ODK. The tasks of ODK is also available as Docker image.
Governance
The Open Data Kit project is governed by the Project Management Committee to define the roadmap for the developement of ODK in the future. The definition of roadmap assigns major technical development steps to two Technical Steering Committees for the ODK and the extended ODK-X suite. Contributors and the contribution to the ODK source can be transparently monitored of the GitHub-repository "Who did when what?".
Components
ODK Collect: Android Open Source App for Data Collection even for offline use in remote areas without internet connectivity.
ODK Build: Component is used for designing a questionnaire for ODK. It works as a drag-and-drop form designer for ODK XForms. It is used for data collection campaign e.g. for Health Sites
ODK Sensor: using Open data kit sensors for mobile data collection with wired and wireless sensors, that submit the data to the mobile device and collect the data on the mobile device.
ODK Briefcase: ODK can collect the database records with GPS coordinates on a mobile device. ODK Briefcase is a Java application for fetching and pushing forms and their contents. With briefcase helps make billions of data points from ODK portable and use the data points e.g. for Decision Support Systems.
ODK Aggregate: The ODK Aggregate is the backend of ODK infrastructure, receiving the data from the mobile devices. To be multiplatform it is designed as Open Source Java server, that stores, analyzes, and presents survey data. Decision support is build on the collected data.