Skip to content

openactive/dataset-directory

Repository files navigation

OpenActive Crawler

This API endpoint returns a single json list of all the official openactive data feeds.

It follows the process defined here

In summary:

Note: The format of the output is not finalised. The original output was used to populate the initial verion of the OpenActie status page. The status page is being redeveloped and in time the output of this crawler may be updated.

There is some very simple timeout and publisher API error handling

Entry point to code: app.js

Running locally

  1. git clone https://github.com/openactive/dataset-directory.git
  2. cd dataset-directory
  3. npm install

Start app locally

node app.js

You should now see the output at http://localhost:3000/datasets

Run tests

npm test

Deploy

Currently deployed via Heroku. Follow the deploy using heroku git instructions here

The deployed endpoint is visible at: https://dataset-directory.herokuapp.com/datasets

About

API for list of canonical datasets, traversing DCAT files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published