This is the repository used for the demo in the Time and Immutability Webinar.
To begin working with this demo app, you will need to have Fluree running locally on your machine. For detailed instruction on getting Fluree installed, please visit the installation page on the docs site.
You will also need to have Node.js installed on your machine.
The data folder contains the seed data for using this application as it is shown in the webinar. To get the data loaded into your Fluree instance, follow these steps:
- Open the Admin UI and create a ledger called time/webinar.
- Using either the Admin UI or a REST client of your choosing (Postman, Insomnia, etc.) transact the files in the data/ folder, in order, to your ledger.
- This will transact the schema
- The airports and tags for the statuses
- The flight.json files contain references to the same set of flights but modify the data for each one
Now all that needs to be done is to run npm install
and npm run start
from the project root folder in a terminal.
If you have questions or issues, please raise them on the repo or join us in Slack