diff --git a/database_project/README.md b/database_project/README.md index 4cfec8b..f1ee735 100644 --- a/database_project/README.md +++ b/database_project/README.md @@ -1 +1,30 @@ -## Key value DataBase \ No newline at end of file +### Key value DataBase + +Resources, Agent and Events are set with view and mainly ID values + +EXAMPLE Resource Oranges + +{ + "name" : "value", + "field" : "value", + "field" : "value", +} + + + +### IDs + +Resources ID +Agent ID +Events ID + +### Resource ID + +### Agent ID + +### Event ID + +#### time + +month +location \ No newline at end of file