Update page 'Home'

This commit is contained in:
Auke Sytsma 2020-02-29 16:30:53 +00:00
parent 2e181ba6be
commit 2579684c32

View File

@ -1,12 +1,13 @@
## Farmmaps Documentation Overview ## Farmmaps Documentation Overview
This page provides an index of the available documentation for the FarmMaps platform. This page provides an index of the available documentation for the FarmMaps platform.
### FarmMaps Architecture & Basic concepts ### FarmMaps Main Components
* The datastore * The datastore
* Endpoints * Endpoints
* Workers * Workers
* Queues * Queues
* File-chains * File-chains
* [Viewer (FarmMapsLibs)](/wiki/FarmMapsLibs)
### API Documentation ### API Documentation
FarmMaps provides 3 main endpoints to build services upon. FarmMaps provides 3 main endpoints to build services upon.
@ -16,8 +17,7 @@ FarmMaps provides 3 main endpoints to build services upon.
* [A message queue endpoint (MQTT)](/FarmMaps/Documentatie/wiki/message_queue_endpoint) to recieve streaming data and send and recieve triggering signals. * [A message queue endpoint (MQTT)](/FarmMaps/Documentatie/wiki/message_queue_endpoint) to recieve streaming data and send and recieve triggering signals.
### Viewer Documentation
* [FarmMapsLibs](/wiki/FarmMapsLibs)
### Application specific documentation ### Application specific documentation
* [VRAPoten-API](/wiki/VRAPoten-API) * [VRAPoten-API](/wiki/VRAPoten-API)