Skip to content

tiefpunkt/thingstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThingStore

That thing where things to to store their stuff. An open source numerical data store and visualization interface for the internet of things.

Deployment

We have deployment instructions in the wiki, currently only for Heroku.

API

ThingStore allows you to read and write to the datastore via an API. Documentation on how to do that it written in the wiki.

Development

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
python manage.py syncdb
python manage.py migrate

As last step, start the local development server using ./manage.py runserver and point your browser to http://127.0.0.1:8000.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published