You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wanted to start an issue and conversation around how to run this locally on a Mac w/ M1 Apple Silicon processor.
I'm not sure of the limitations here, but would there be any interest in trying to develop a docker-compose version of this tool that works without Virtualbox? Are there requirements for Intel to run any of the components?
Thanks so much for providing Snowplow and the wonderful tooling around it, it's been a pleasure getting up to speed with it.
The text was updated successfully, but these errors were encountered:
Obviously there is plenty of prior art around having Docker Compose run the majority of the required infrastructure, so am I correct to assume that the majority of the Ansible playbooks are configuring the VM and components e.g Elasticsearch?
Would it be worth me having a crack at doing this with start-up scripts for each container? Given the inevitability of Apple M1/M2 chips becoming more popular, and the apparently unlikelihood of VirtualBox supporting them, perhaps this is a good move?
Hi @bradleyess sorry we never got back to you on this ticket! Moving away from VirtualBox would be a great move - they have "beta" support now released for M1/M2 but in my own testing its not working quite right yet.
There is a fair bit involved outside of just launching the compose file as different UI's and projects need to be compiled together as well - Docker may be an alternative option for the build out though however that is better supported.
In any case if you are still interested in this work would be happy to review this!
👋🏼
Just wanted to start an issue and conversation around how to run this locally on a Mac w/ M1 Apple Silicon processor.
I'm not sure of the limitations here, but would there be any interest in trying to develop a
docker-compose
version of this tool that works without Virtualbox? Are there requirements for Intel to run any of the components?Thanks so much for providing Snowplow and the wonderful tooling around it, it's been a pleasure getting up to speed with it.
The text was updated successfully, but these errors were encountered: