LinkNLearn / homedata

Sensor data from a home. More information in the ReadMe file.
2 stars 0 forks source link

Install SQL Lite #1

Open pwdel opened 5 years ago

pwdel commented 5 years ago
pwdel commented 5 years ago

For Windows Machines:

pwdel commented 5 years ago

Why should we use SQLite?

SQLite has published their own guide on, "Appropriate uses for SQLite."

https://www.sqlite.org/whentouse.html

Key takeaways:

pwdel commented 5 years ago

We could also look at using a Graph database structure:

https://github.com/neo4j/neo4j

Internet of Things and Graph Databases: https://neo4j.com/news/internet-things-data-powerful-connection/ https://neo4j.com/blog/graph-databases-perfect-internet-things/ https://en.wikipedia.org/wiki/Neo4j

pwdel commented 5 years ago

Python wrangling with SQLite: https://medium.com/@williamkoehrsen/data-wrangling-with-python-and-sqlite-900d21bc5a53