An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Ecto.OLAP

## Installation

```elixir
def deps do
[{:ecto_olap, "~> 0.1.0"}]
end
```