This commit is contained in:
Mark van der Wal
2020-05-05 21:03:36 +02:00
parent a48f5c9625
commit 588b700a84
9 changed files with 36 additions and 36 deletions

View File

@@ -73,14 +73,14 @@ There's also swagger based reference of the [REST API](https://farmmaps.awacc.nl
#### MQTT Endpoint
The MQTT Endpoint provides a way to input more stream like data like a live GPS location, or live temperature measurement to FarmMaps.
This endpoint is still under development. If you would like to build on top of this endpoint, please contact the FarmMaps development team.
As a reference, please also see [Sending data to MQTT](Message-Queue-Endpoint).
As a reference, please also see [Sending data to MQTT](Message-Queue-Endpoint.md).
### Data processing infrastructure
To process the data that is provided through the endpoints, FarmMaps uses queues and workers to manage the execution of these tasks.
How this works is described in [the workflow article](Workflow)
How this works is described in [the workflow article](Workflow.md)
### Viewer
To visualize all data in the FarmMaps backend, FarmMaps integrates it's own viewer.
This viewer is available as an open source project and can be found in the [FarmMapsLibs Repository](https://git.akkerweb.nl/FarmMaps/FarmMapsLib).
There's also a separate documentation page which can be found [here](FarmMapsLibs). [under development]
There's also a separate documentation page which can be found [here](FarmMapsLibs.md). [under development]