Web-based dashboard for visualization of data as networks (words, users, geo maps).
- Social Media analysis (support for Twitter, Sina Weibo, Tencent Weibo, etc.)
- Scientific Papers citations
- Mailing list mining
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 :
- Upload of data sets (csv, txt)
- Show relationships between keywords, users and places
- Analyze the structure of discussions (interactions; number of comments, forwards)
- Indexation for full-text search
- Keywords extraction (Chinese and English language)
- See the emergence of dynamics around words and users over time
- Geo-location and tweets mapping
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.