Documentatie/Home.md

20 lines
662 B
Markdown
Raw Normal View History

2020-02-29 16:26:32 +00:00
## Farmmaps Documentation Overview
This page provides an index of the available documentation for the FarmMaps platform.
2020-02-29 16:30:53 +00:00
### FarmMaps Main Components
2020-02-29 16:26:32 +00:00
* The datastore
* Endpoints
* Workers
* Queues
* File-chains
2020-02-29 16:30:53 +00:00
* [Viewer (FarmMapsLibs)](/wiki/FarmMapsLibs)
2020-02-29 16:28:43 +00:00
2020-02-29 16:28:53 +00:00
### API Documentation
2020-02-29 16:26:32 +00:00
FarmMaps provides 3 main endpoints to build services upon.
* A file upload/download API (REST) for file uploads in chunks.
* An FTP endpoint to upload files through FTP
2020-02-29 16:34:19 +00:00
* [A message queue endpoint (MQTT)](/wiki/Message-Queue-Endpoint) to recieve streaming data and send and recieve triggering signals.
2020-02-29 16:26:32 +00:00
2020-02-29 16:33:52 +00:00
### Use-case examples
2020-02-29 16:28:02 +00:00
* [VRAPoten-API](/wiki/VRAPoten-API)