Add MongoDB support

This commit is contained in:
2026-04-20 16:12:23 +03:00
parent aa974ce1b4
commit 95768e8dfd
4 changed files with 66 additions and 3 deletions
+6 -1
View File
@@ -21,4 +21,9 @@ AGE_GRAPH_NAME=movie_graph
INFLUX_ACTIVE=false
INFLUXDB3_HOST=http://localhost:8181
INFLUXDB3_AUTH_TOKEN=your_token
INFLUXDB3_DATABASE=sensors
INFLUXDB3_DATABASE=sensors
MONGO_ACTIVE=false
MONGO_URI=mongodb://localhost:27017
MONGO_DB=movie_data
MONGO_COLLECTION=movies