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
READMEfile needs to be created and should contain a stream title, difficulty level and a description of the stream - The difficulty levels are either
Beginner,IntermediateorAdvanced - 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.jsonin themy-cool-streamdirectory and paste your exported stream - Strip out everything except the
schemaVersion,name,nodesandedgeson the top level - Create a
READMEin themy-cool-streamdirectory containing a difficulty level and a description - Create your PR towards the
masterbranch