That thing where things to to store their stuff. An open source numerical data store and visualization interface for the internet of things.
ThingStore is written in Python, using Django. For easier database migrations, South is used. These and other requirements are noted in the requirements file requirements.txt
. When first starting development, create a virtual environment to satisfy these requirements without changing anything on your system:
virtualenv env
source env/bin/activate
pip install -r requirements.txt