TODO: Add description
If available in Hex, the package can be installed
by adding grakn_elixir
to your list of dependencies in mix.exs
:
def deps do
[
{:grakn_elixir, "~> 0.1.0"}
]
end
We can specify hostname, pool_size and if needed we can specify the credentials as per documentation in grakn.ai
config :grakn_elixir,
hostname: "localhost",
username: "username",
password: "password",
pool_size: 4
For using local grakn, use environment GRAKN_LOCAL=true