Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jxub/barrel_ex
BarrelDB Elixir client done in my GSoC '18. Mirror of https://gitlab.com/barrel-db/Clients/barrel_ex
https://github.com/jxub/barrel_ex
barrel-db database elixir elixir-lang
Last synced: 3 months ago
JSON representation
BarrelDB Elixir client done in my GSoC '18. Mirror of https://gitlab.com/barrel-db/Clients/barrel_ex
- Host: GitHub
- URL: https://github.com/jxub/barrel_ex
- Owner: jxub
- Created: 2018-05-17T08:38:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T19:18:55.000Z (almost 5 years ago)
- Last Synced: 2024-04-22T13:33:46.884Z (9 months ago)
- Topics: barrel-db, database, elixir, elixir-lang
- Language: Elixir
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - [Barrel-db](https://barrel-db.org/) distributed document-oriented database REST client in Elixir. (ORM and Datamapping)
- fucking-awesome-elixir - barrel_ex - [Barrel-db](https://barrel-db.org/) distributed document-oriented database REST client in Elixir. (ORM and Datamapping)
- awesome-elixir - barrel_ex - [Barrel-db](https://barrel-db.org/) distributed document-oriented database REST client in Elixir. (ORM and Datamapping)
README
# Barrex
BarrelDB Elixir client
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `barrex` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:barrex, "~> 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/barrex](https://hexdocs.pm/barrex).