Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clemsos/topogram-miner
Data mining SNA workflow for topogram
https://github.com/clemsos/topogram-miner
Last synced: about 1 month ago
JSON representation
Data mining SNA workflow for topogram
- Host: GitHub
- URL: https://github.com/clemsos/topogram-miner
- Owner: clemsos
- License: mit
- Created: 2014-07-24T10:14:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T16:18:23.000Z (almost 9 years ago)
- Last Synced: 2024-10-14T01:23:18.136Z (2 months ago)
- Language: Python
- Size: 2.86 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> This project has moved to https://github.com/topogram/topogram
> Keeping this as an archive# Topogram Miner
``Topogram Miner`` is a toolset to select and analyze large amounts of tweets.
## How it works
Start the Python server
python server.py
The miner is now ready to receive information from the UI (see [topogram-ui](https://github.com/topogram/topogram-ui) )
## Spec
**Solutions**
* Indexing : elasticsearch.
* Data mining : python
* Storage fo result : MongoDB
* Communication with Node server : RPC Python**Features**
* plain-text search engine (elasticsearch)
* conversational grapĥ (RT, @, comment)
* NLP and semantic analysis (support English and Chinese Language)
* user geo-localisation from profile information
* network analysis (measures, etc.)
* sync with node for asynchronous mining tasks (RPC)### Requirements
* elasticsearch index
* python 2.7
* mongoDB