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

https://github.com/tobymurray/esp32-incubator


https://github.com/tobymurray/esp32-incubator

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

Run Postgres docker run -p 5432:5432 --name timescaledb -e POSTGRES_PASSWORD=your_password -d timescale/timescaledb:latest-pg12
Load schema with, e.g.: psql -h localhost -U postgres -f provision.sql