https://github.com/tobymurray/esp32-incubator
https://github.com/tobymurray/esp32-incubator
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tobymurray/esp32-incubator
- Owner: tobymurray
- Created: 2020-03-05T03:28:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T01:03:10.000Z (almost 5 years ago)
- Last Synced: 2024-12-30T04:18:33.609Z (5 months ago)
- Language: C
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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