Hacker News new | ask | show | jobs
by always_left 1486 days ago
Did you try installing with docker? You would just download docker, `docker-compose up --build` and you'll be good to go locally (usually)
1 comments

I can second this. We were up-and-running with Docker on our dev machines in just a few minutes. A native installation involves substantially more setup (Python, databases, Redis and/or Rabbit, etc.). The published docker-compose file will handle all of that for you. We have a very small data engineering team and have been able to move very quickly with Docker and AWS ECS (for orchestrating containers in test and prod environments).