An open API service indexing awesome lists of open source software.

https://github.com/mberlanda/wiki2graph


https://github.com/mberlanda/wiki2graph

Last synced: about 2 months ago
JSON representation

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/)