Skip to content

Commit

Permalink
added data flow related to issue #22
Browse files Browse the repository at this point in the history
  • Loading branch information
akkisagiraju committed Sep 22, 2021
1 parent c34d2e9 commit 2997441
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data-collection/009-data-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Data flow from Data Collection to Central Datastore

**Aim**
To establish the flow of data from [the data collection tool](./006-odk.md) we identified to the central datastore that has the data model we proposed [here](../information-mapping/001-data-model.md).

![data model](../information-mapping/assets/data-model.png)

**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.

0 comments on commit 2997441

Please sign in to comment.