Skip to content

RooSoft/graph_database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors