feat: add basic app that consumes mqtt uplinks from chirpstack
This commit is contained in:
parent
87ffc9cad7
commit
31a1c14831
10 changed files with 570 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname="$POSTGRES_DB" <<-EOSQL
|
||||
create extension pg_trgm;
|
||||
create extension hstore;
|
||||
EOSQL
|
||||
Loading…
Add table
Add a link
Reference in a new issue