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

@ -27,4 +27,5 @@ Post meeting notes on sharing the registry on the web for humans and machines:
* For WASHNote.com we can add a custom table to feed into pages and provide a quick and easy way to display registry data on WASHNote.com. However, ideally we can have https://washweb.org/registry/ID as the actual place where the data can be seen in a browser and read by a machine.
* 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.
* 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)