Web-based dashboard for visualization of data as networks (words, users, geo maps).
Website : http://topogram.io
This dashboard provides a complete interface to create data visualizations by uploading CSV files, search keywords and create geographical and networks maps. It is based on the topogram lib.
Currently supported :
You can easily run Topogram
on your own machine at http://localhost:5000
git clone http://github.com/topogram/topogram-server
cd topogram-server
pip install -r requirements.txt
python run.py
The first user created wil get admin rights and therefore will be able to access /admin
control panel.
pip install -r dev_requirements.txt
python manage.py tests
Emailing is handle by Mailgun.