Feed Mock Data
It is possible to populate mock data into Faros CE, which can be useful to understand what the canned metrics require (especially DORA metrics).
Install the dependencies
From the Faros CE root directory:
cd mock-data && npm iUpload mock data
./bin/mock-data upload --admin-secret <secret>
Use the-uflag to specify the Hasura service url if using a different endpoint thanhttp://localhost:8080The Hasura Admin secret (if any) can be found in the .env file. Look for
HASURA_GRAPHQL_ADMIN_SECRET
Delete mock data
./bin/mock-data delete --admin-secret <secret>Updated 12 months ago
