Skip to content

InPermutation/tdbwriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tdbwriter

=========

Write a pseudo-random number (random.random() * 50.0) to a TempoDB database every second.

Instructions:

Use virtualenv.

virtualenv tdbwriter
cd tdbwriter/
git clone git://github.com/krallja/tdbwriter.git app/
source bin/activate
cd app/
pip install -r requirements.txt
# Set API_KEY and API_SECRET before running:
python tdbwriter.py

The program uses environment variables to set up its connection to the database:

API_KEY, API_SECRET - these are required. They can be found on your Database Management page

SERIES_KEY - defaults to prng if not specified.

About

TempoDB writer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages