Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigation-MongoDb #5

Open
FelixLatzer opened this issue Sep 13, 2024 · 1 comment
Open

Investigation-MongoDb #5

FelixLatzer opened this issue Sep 13, 2024 · 1 comment
Assignees
Labels

Comments

@FelixLatzer
Copy link
Collaborator

Erfassen von:

  • Datenbankstruktur

@Bonelli82012 :

  • CRUD-operationen testen
@FelixLatzer
Copy link
Collaborator Author

FelixLatzer commented Jan 10, 2025

Datenbankstruktur für Sensordate:

{
"sensor_name": "temperature_sensor_1",
"value": 22.5,
"unit": "Celsius",
"timestamp": "2025-01-04T15:30:00Z"
}

Datenbankstruktur für Logging:

{
"source": "HAS",
"type": "Error",
"message": "Fehler in httpClient",
"timestamp": "2025-01-04T15:30:00Z"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In progress
Development

No branches or pull requests

3 participants