Here you will find a number of example streams of various complexity that you can import into your Cloud Edition Platform account.
If you want to add/update a demo stream, feel free to create a PR!
Things to consider:
- Folder name needs to be the same as the stream file name
- A
README
file needs to be created and should contain a stream title, difficulty level and a description of the stream - The difficulty levels are either
Beginner
,Intermediate
orAdvanced
- Please try to keep the description (max 128 chars) and stream name (max 40 chars) short
You want to add your new demo stream called "My Cool Stream".
- Create a branch from
master
- Export your stream in Usage Data Platform
- Add a directory called
my-cool-stream
- Create
my-cool-stream.json
in themy-cool-stream
directory and paste your exported stream - Strip out everything except the
schemaVersion
,name
,nodes
andedges
on the top level - Create a
README
in themy-cool-stream
directory containing a difficulty level and a description - Create your PR towards the
master
branch