Hi everyone! We’re currently evaluating DataHub vs...
# getting-started
r
Hi everyone! We’re currently evaluating DataHub vs Amundsen and have a few questions: what’s the fastest way to set up a local DataHub instance? Would you be able to provide us with a terraform file to set up the necessary aws infra?
l
Here is the quickstart guide to get started on a single node: https://datahubproject.io/docs/#quickstart
The AWS deploy guide is here: https://datahubproject.io/docs/deploy/aws/
Please let us know if you have any questions. Also, welcome to the DataHub community 🙂
👋 1
r
Thank you for the links @loud-island-88694! We probably want to deploy using AWS EC2 or AWS Fargate, so I suppose the docker setup is the right one for that?https://datahubproject.io/docs/docker/development I juts noticed that it lists Kafka and ElasticSearch as requirements, does this mean I need to maintain those two services as well if I want to be able to use Datahub? Or is it just a matter of declaring the images in the docker-compose and Datahub does the rest?
l
from what I know, you should be able to just declare the images. @early-lamp-41924 can you please confirm?
e
Our docker-compose contains instances of Kafka, Elasticsearch, MySQL for fast deploy, as well as setup jobs to get these services ready for DataHub usage. You can decide whether to use them or use an instance of your own!
r
Great, thanks so much for your help! @loud-island-88694 @early-lamp-41924
b
Let us know if you have any additional questions while getting set up 🙂