Blaz Smehov
c35c6f0e0b
feat: validation, health status, alerts status
1 неделю назад
Blaz Smehov
f87452fb3a
chore: several fixes, including token, kafka backoff, timeouts, using context with timeout, adding volumes to postgres and kafka, scripts for creating and restoring sql dump
2 недель назад
Blaz Smehov
d28df4b866
feat: add script for building the docker containers, change prod docker compose to use built images
3 недель назад
Blaz Smehov
a08f381800
feat: add switching between ml and filter algorithm, various fixes in context use, script for creating docker images, various bug fixes regarding persistence in db, persisting alerts in db and CRUD operations for alerts
3 недель назад
Blaz Smehov
3daee1984c
chore: big refactoring job
3 недель назад
Blaz Smehov
1b4af10508
chore: add scripts, add varying mqtt client id
2 месяцев назад
Blaz Smehov
d51dc38beb
feat: add sending of tracker information over the MQTT broker
2 месяцев назад
Blaz Smehov
6f64a317d7
chore: various chores
2 месяцев назад
Blaz Smehov
01f0f5cc45
feat: extend API
3 месяцев назад
Blaz Smehov
8c14b77ba8
fix: websocket implementation not working because of the CORS headers
3 месяцев назад
Blaz Smehov
faa941e4bd
fix: adding graceful shutdown of the api server
3 месяцев назад
Blaz Smehov
6db62dde15
feat: reimplement redis support, using hash maps for quick insert and read
3 месяцев назад
Blaz Smehov
ba93c59a8a
feat: restructure of decoder and bridge
3 месяцев назад
Blaz Smehov
8dd27e74d1
feat: basis for decoding different beacon types
4 месяцев назад
Blaz Smehov
f8aa11f5fd
chore: refactor, extending decoder func
4 месяцев назад
Arkadiusz Drabczyk
9afa0ed288
Add missing newlines
On *nix systems it's a common convention to end a file with an empty
newline. It also helps if the newline is present if user wants to
simply cat a file in the command line.
I used the following one-liner to automatically add newlines in all
files that don't have it:
$ find . -path ./.git -prune -o -type f -a ! -name .keep -exec sh -c '[[ $(tail -c1 "$1" | wc -l) -gt 0 ]] || echo >> "$1"' sh {} \;
1 год назад
FantasticFiasco
ce7e42ca18
chore: remove unnecessary .keep files
'.keep' files where committed early on to build a directory structure. Since then other files have been added to those directories, making
them unnecessary.
6 лет назад
Kyle Quest
e82886ee0b
more references
8 лет назад
Kyle Quest
6298595c9e
more notes and notes in major directories
8 лет назад
Kyle Quest
5462e30de8
initial directory layout
8 лет назад