- https://github.com/fhueske/flink-sql-demo
- https://github.com/afedulov/fraud-detection-demo
- https://github.com/aws-samples
- https://williamlam.com/2020/06/interesting-kubernetes-application-demos.html
- https://github.com/gokulkrishh/demo-progressive-web-app
- https://flaviocopes.com/sample-app-ideas/
- https://github.com/microsoft/static-web-apps-gallery-code-samples
- https://maxrozen.com/examples-of-large-production-grade-open-source-react-apps
- https://www.telerik.com/kendo-react-ui/components/sample-applications/react-coffee-warehouse-dashboard/
I had to make few tweaks to Flink scripts inside $FLINK_HOME/bin
folder to make it work locally on my Windows 10 PC.
Thanks to https://stackoverflow.com/questions/62232422/flink-cluster-not-starting-due-to-could-not-find-or-load-main-class-error for the tips.
Details of my environment
Getting Started With Superset: Airbnb’s data exploration platform
At the time of writing, Python v3.5 and PIP v9.0.1 were available on AWS EC2.
sudo yum update -y
sudo yum install python35 -y
I wish running Zeppelin on windows wasn't as hard as it is. Things go haiwire if you already have Spark installed on your computer. Zeppelin's embedded Spark interpreter does not work nicely with existing Spark and you may need to perform below steps (hacks!) to make it work. I am hoping that these will be fixed in newer Zeppelin versions.
If you try to run Zeppelin after extracting the package, you might encounter "The filename, directory name, or volume label syntax is incorrect."
Google search landed me to https://issues.apache.org/jira/browse/ZEPPELIN-1584, this link was helpful but wasn't enough to get Zeppelin working.
Below is what I had to do to make it work on my Windows 10 computer.
If your corporate firewall does not allow ssh to EC2 instances due to blocked port 22 you can follow below workaround temporarily to ssh to EC2 instances.
Essentially you need to change the sshd
configuration to use port 80
which is typically open in most firewalls to allow http access.
Step 1: Launch a new EC2 instance
Step 2: On "3. Configure Instance" step, expand the "Advanced Details" section and put the below code