Updated Minutes for October 23rd 2019 (markdown)

Nicolas Dickinson 2019-10-23 11:41:36 +02:00
parent eef3630ec1
commit 9a083a525a
1 changed files with 2 additions and 1 deletions

@ -28,3 +28,4 @@ Post meeting notes on sharing the registry on the web for humans and machines:
* Flask is a simple Python microserver environment we could use and implement quickly.
* In the past I worked on this with OpenAPI to define a simple REST API and implemented a demo in Flask and Connexion to serve the API from simple data tables (also included authentication): https://github.com/Stroomversnelling/monitoring_udb_resource_server
* Another option is existing syndication platforms and software packages: data.world / CKAN / etc.
* Potentially a combination of the above, WASHNote exposes data with links to washweb.org, Flask for serving the linked data web pages in super simple format, data.world for providing an Excel sheet and many kinds of syndication / access options (all kinds of libraries available for data.world)