gtfierro / mortar

Mortar v2 over TimescaleDB
BSD 3-Clause "New" or "Revised" License
20 stars 3 forks source link

Mortar

Beta documentation here: https://beta.mortardata.org/intro.html

Tips

TODOs:

Docker Compose to K8s

Running Examples

In order to query and write to the Postgres database, you must create and authorize a new API key. $ docker exec -ti mortar_pg_1 psql mortar -U <username> mortar=# SELECT new_apikey(); mortar=# SELECT authorize_write('<your_new_apikey>', '<sitename>');