Skip to content
This repository was archived by the owner on Jul 30, 2019. It is now read-only.

lonnen/datazine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datazine: inexpensive data publishing as a webapp

datazine is a small webapp for exploring a database and sharing the resulting queries. It's written in Python, using Flask, and designed for PostgreSQL by default.

Getting Started

  1. pip install -r requirements
  2. cp settings.py-dist settings.py
  3. edit settings.py
  4. create the publisher user in your database
  5. from the project root, run a python shell and enter from datazine import init_db; init_db()

About

inexpensive data publishing webapp. Pre-alpha.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors