git clone git@github.com:florinpatrascu/neo4j_sips.git
XML parsing based on original work here.
$ mix deps.get
$ mix test --cover
### Run linter
$ mix dogma
### Run static analysis
The first time you have to build the [persistent lookup table](https://github.com/jeremyjh/dialyxir#plt), which takes a while.
$ mix dialyzer.plt
Thereafter, just run
$ mix dialyzer
Set the ip and port information for the neo4j server inside the config/config.exs
file.
$ mix load wikidump.xml
% iex -S mix
iex(1)> Saxy.run("path_to_wiki_xml_dump/dump.xml")
$ sudo pip install pre-commit
$ pre-commit install