Packages

Erlang client library for Neo4J This is a lightweight wrapper for Neo4j REST API. Exposes all of the functionality exposed by Neo4J REST API. Please refer to README to see if you need version 0.2.1 or 0.3

Current section

Files

Jump to
neo4j src neo4j.app.src
Raw

src/neo4j.app.src

{application, neo4j, [
{description, "Neo4j REST API client. Refer to README.md to see if you need evrsion 0.2.1 or 0.3"},
{vsn, "0.3"},
{modules, ['neo4j']},
{registered, []},
{applications, [kernel,stdlib,hackney,jiffy]},
{maintainers, ["Dmitrii Dimandt"]},
{licenses, ["MIT"]},
{links, [{"GitHub", "https://github.com/dmitriid/neo4j-erlang"}]}
]}.