mlabs-haskell / cardanow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Available snapshots JSON file

albertodvp opened this issue · comments

AC:

Anyone can access key metadata about the database snapshots programmatically in JSON format (containing download URL and any other relevant information).

The service should build a file that lists the snapshots available.
The file should be a JSON file.

The file must be created every time a snapshot is added or removed to the remote bucket.

R2 might provide some utility to get the metadata from a bucket easily.

The service should also serve the file (cc @aciceri )