Installation
Steps to install all prerequisite components including FLOW
Last updated
Was this helpful?
Steps to install all prerequisite components including FLOW
Last updated
Was this helpful?
Install Docker Desktop:
Make sure the following ports are not used
2181
3306
8090
9092
You must allocate a minimum of 8 GB memory for the docker.
Sign-in as demo / demo
The above docker container is NOT meant for production use!
Prepare /usr/local/cloudio directory
Once you obtain a license from CloudIO, follow the download instructions to io-flow.zip. FLOW is made of the following microservice components
Input - responsible for running the input schedule and pull data from the source systems
Transformer - responsible for transform & mapping process
Counter - a kafka stream process responsible to update event counts under various stages
WebSocket - a jetty server that run the UI service
Output - responsible to load data into the target data lake
S3Worker - responsible to perform batch processes, such as upload to Amazon S3, SQL Loader, Push to PowerBI Datasets etc.
Master - the master node that coordinates all other microservices
Profiler - responsible for profiling the incoming events (optional)
Processed - a kafka stream process that copies the output data into a processed topic (optional)
Download & unzip
Launch flow using any modern browser
Install Kafka 2.5.0