https://github.com/mberlanda/wiki2graph
https://github.com/mberlanda/wiki2graph
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mberlanda/wiki2graph
- Owner: mberlanda
- Created: 2016-12-30T10:35:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-30T17:57:45.000Z (over 8 years ago)
- Last Synced: 2024-10-19T11:29:18.647Z (7 months ago)
- Language: Python
- Size: 12.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wiki2Graph
## A package to parse Wikimedia dump files and create graphs in Neo4j### Instructions
```
# run the tests
/wiki2graph $ python setup.py test
# install the package
/wiki2graph $ pip install -e .
# run the script
/wiki2graph/wiki2graph $ python main.py```
### References
- [neo4j website](https://neo4j.com/)
- Some simple instruction about [how to install neo4j](http://www.exegetic.biz/blog/2016/09/installing-neo4j-ubuntu-16-04/) on Ubuntu
- A simple guide to [python packages creation](https://python-packaging.readthedocs.io/en/latest/)