RooSoft / graph_database

CLI protype app interacting with a neo4j graph database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphDatabase

CLI protype app interacting with a neo4j graph database

Add configuration

Create a config/config.exs file with contents similar to thos

use Mix.Config

config :bolt_sips, Bolt,
  url: "bolt://localhost:7687",
  basic_auth: [username: "neo4j", password: "test"],
  ssl: false

How to compile

mix escript.build

How to run

./graph_database

About

CLI protype app interacting with a neo4j graph database


Languages

Language:Elixir 92.7%Language:Shell 7.3%