streamify
streamify copied to clipboard
Do we need two separate VMs for this project?
From the setup.md, it seems that you have two VMs set up. Just curious, is it necessary?
Hey @stephenllh, It is not a necessity. But if you plan to send a good volume of data from Eventsim, it is going to take up a lot of memory. I had two Eventsim programs writing to Kafka on the VM and I had only around 300MB of memory left out of 16GB. So adding Airflow into that would be a nightmare. I'd say keep a separate VM for Airflow but choose a smaller one.
I see. Thanks for telling me. I am actually using this repo as some kind of tutorial for my own learning. You really did a good job, especially the documentation.
Thank you! I hope you enjoy setting up this project and building over it :D