Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 925 Bytes

009-data-flow.md

File metadata and controls

13 lines (10 loc) · 925 Bytes

Data flow from Data Collection to Central Datastore

Aim To establish the flow of data from the data collection tool we identified to the central datastore that has the data model we proposed here.

data model

Suggested procedure

  1. While building a form for data collection on ODKBuild, specificy the entity for which the data is to be collected.
  2. Add input fields for the attributes required for an entity. Eg: When collecting data related to a school, add input fields for school name, address, zone, number of teachers and students etc.
  3. Mark all these fields as required.
  4. After received submissions, extract school level information from them and transfer the information to central datastore.
  5. When data for all the entities reaches the datastore, further analysis and mapping can be done.