Skip to content

linkyndy/krunchr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

krunchr

krunchr is an online service that draws custom visualizations of fairly large data sets.

Setup

  • Clone this repo and create a virtualenv

  • Install reqs:

    pip install -r requirements.txt
  • Create an .env file to store your env vars:

    DEBUG=True
    RETHINKDB_AUTH=
    RETHINKDB_DB=krunchr
    RETHINKDB_HOST=localhost
    RETHINKDB_PORT=28015
  • Enable the env vars you've just created:

    source <path-to-env-file>/.env
  • Turn on the datastore:

    rethinkdb [-d <directory-to-store-your-data>]
  • Open localhost:8080 and create a database called krunchr

  • Create the necessary tables for the database:

    <path-to-repo>/manage.py create_db
  • Start the dev server:

    <path-to-repo>/manage.py runserver
  • Go rock those datasets!

About

krunchr is an online service that draws custom visualizations of fairly large data sets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published