https://github.com/hauleth/ecto_olap
Data analytics helpers for Ecto and PostgreSQL
https://github.com/hauleth/ecto_olap
aggregations ecto grouping olap postgresql
Last synced: 8 months ago
JSON representation
Data analytics helpers for Ecto and PostgreSQL
- Host: GitHub
- URL: https://github.com/hauleth/ecto_olap
- Owner: hauleth
- License: mit
- Created: 2017-07-04T12:34:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T11:15:46.000Z (over 8 years ago)
- Last Synced: 2024-04-24T12:27:06.029Z (about 2 years ago)
- Topics: aggregations, ecto, grouping, olap, postgresql
- Language: Elixir
- Homepage: https://hexdocs.pm/ecto_olap
- Size: 50.8 KB
- Stars: 12
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ecto.OLAP
## Installation
```elixir
def deps do
[{:ecto_olap, "~> 0.1.0"}]
end
```