Blaz Smehov
|
3309f6eeed
|
feat: add kafka and db health status
|
1 месяц назад |
Blaz Smehov
|
e9f89692df
|
chore: save validation
|
1 месяц назад |
Blaz Smehov
|
c35c6f0e0b
|
feat: validation, health status, alerts status
|
1 месяц назад |
Blaz Smehov
|
04574f16d8
|
feat: change message retention
|
1 месяц назад |
Blaz Smehov
|
f7e4f76933
|
feat: finalize services Health status
|
1 месяц назад |
Blaz Smehov
|
c7499b5c22
|
fix: remove reading of the body in server get trackers
|
1 месяц назад |
Blaz Smehov
|
34cadb4cec
|
chore: remove interface
|
1 месяц назад |
Blaz Smehov
|
6490cd2dd6
|
feat: services sending their data to the server
|
1 месяц назад |
Blaz Smehov
|
5fd72d8151
|
feat: add new topics, readers and writers
|
1 месяц назад |
Blaz Smehov
|
7c6e18f3f0
|
chore: move health to app context to solve the circular dependency, appContext is now used to collect all the statistics
|
1 месяц назад |
Blaz Smehov
|
7f10683483
|
chore: move relevant types to app context, create new health types
|
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
|
2 месяцев назад |
Blaz Smehov
|
8b0d51f6ab
|
chore: add api schema
|
2 месяцев назад |
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
|
2 месяцев назад |
Blaz Smehov
|
3daee1984c
|
chore: big refactoring job
|
2 месяцев назад |
Blaz Smehov
|
1e910281d4
|
chore: remove more unused dirs
|
2 месяцев назад |
Blaz Smehov
|
8a47bafcfa
|
chore: clean code
|
2 месяцев назад |
Blaz Smehov
|
1b4af10508
|
chore: add scripts, add varying mqtt client id
|
3 месяцев назад |
Blaz Smehov
|
86db5963a5
|
feat: add query parameters to tracks API
|
3 месяцев назад |
Blaz Smehov
|
23208dc32d
|
chore: add RSSI to location event and persist in tracks
|
3 месяцев назад |
Blaz Smehov
|
7411f34002
|
chore: remove unecessary types
|
3 месяцев назад |
Blaz Smehov
|
c03fca3e63
|
feat: add tracks functionallity
|
3 месяцев назад |
Blaz Smehov
|
0bac1939c6
|
chore: update parsing configuration
|
3 месяцев назад |
Blaz Smehov
|
84124cff13
|
chore: refactor
|
3 месяцев назад |
Blaz Smehov
|
748348c9b5
|
refactor
|
3 месяцев назад |
Blaz Smehov
|
ba52f7f411
|
chore: refactor logger, add tests
|
3 месяцев назад |
Blaz Smehov
|
d51dc38beb
|
feat: add sending of tracker information over the MQTT broker
|
3 месяцев назад |
Blaz Smehov
|
62df32f715
|
feat: change used locations algorithm based on API call
|
3 месяцев назад |
Blaz Smehov
|
f27512f183
|
feat: add api endpoint for parser registry CRUD operations
|
3 месяцев назад |
Blaz Smehov
|
6f64a317d7
|
chore: various chores
|
3 месяцев назад |
Blaz Smehov
|
9048d1b387
|
fix: add schema to proper dir
|
3 месяцев назад |
Blaz Smehov
|
a2f7dfef08
|
chore: update docker compose, dockerfile of decoder to copy the decoding config, add open api schema for beacon parser
|
3 месяцев назад |
Blaz Smehov
|
0b641d5471
|
feat: read decoding configuration from a file
|
4 месяцев назад |
Blaz Smehov
|
bfca923f83
|
feat: dynamic decoder testbench
|
4 месяцев назад |
Blaz Smehov
|
04c6114b55
|
feat: add parser for Minew Acc data and info data
|
4 месяцев назад |
Blaz Smehov
|
d1bd509eef
|
chore: refactor table syncs
|
4 месяцев назад |
Blaz Smehov
|
d977fa9175
|
feat: clean db on get values from server
|
4 месяцев назад |
Blaz Smehov
|
1afa01b5c5
|
feat: add alerts topic, publish alert messages to MQTT broker from the bridge
|
4 месяцев назад |
Blaz Smehov
|
746130b141
|
feat: verify if tracker is inside the allowed zone
|
4 месяцев назад |
Blaz Smehov
|
020064ddb0
|
feat: read zone ids from tracker table
|
4 месяцев назад |
Blaz Smehov
|
85ca2e7360
|
chore: update gitignore
|
4 месяцев назад |
Blaz Smehov
|
bfcd74640f
|
feat: add pulling of configuration from server on start up, updates in db, cleanup in bridge on server startup
|
4 месяцев назад |
Blaz Smehov
|
7e75e8309f
|
chore: remove unused files, add dev docker compose and dockerfile for live rebuilds and testing
|
4 месяцев назад |
Blaz Smehov
|
e47623c4b2
|
chore: remove unused files, refactor trackers api to do the functionlity beacons api did before
|
4 месяцев назад |
Blaz Smehov
|
61f8e9f459
|
feat: implement ORM and DB persistence for zones and tracker zones
|
4 месяцев назад |
Blaz Smehov
|
22bf9f70a8
|
feat: add postgresql connection, add models for gateways, zones and tracker zones, add ORM
|
4 месяцев назад |
Blaz Smehov
|
59a5eaf365
|
chore: valkey cleanup
|
4 месяцев назад |
Blaz Smehov
|
4b58c32067
|
feat: add postgresql container, ORM packages, refactor bridge to use paho MQTT library not the unmaintained one, refactor code to filter BLE beacons at bridge to reduce network traffic in Kafka
|
4 месяцев назад |
Blaz Smehov
|
21853c0f58
|
fix: await kafka-init exit
|
4 месяцев назад |