Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aratz-lasa/ex_graph
Simple graph database implemented in Elixir
https://github.com/aratz-lasa/ex_graph
Last synced: 13 days ago
JSON representation
Simple graph database implemented in Elixir
- Host: GitHub
- URL: https://github.com/aratz-lasa/ex_graph
- Owner: aratz-lasa
- Created: 2020-01-06T17:14:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-09T00:23:43.000Z (about 5 years ago)
- Last Synced: 2024-11-07T15:53:47.663Z (2 months ago)
- Language: Elixir
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExGraph
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ex_graph` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:ex_graph, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/ex_graph](https://hexdocs.pm/ex_graph).