This project simulates a data engineering environment with multiple data sources, including:
- Neo4j - Graph Database
- Elasticsearch - Search and Analytics Engine
- PostgreSQL - Relational Database (AdventureWorks)
- SQL Server - Microsoft Relational Database
- Kafka - Distributed Event Streaming Platform
- MongoDB - NoSQL Document Database
-
Docker
- Tutorial instalation: https://www.youtube.com/playlist?list=PLbPvnlmz6e_L_3Zw_fGtMcMY0eAOZnN-H
-
Dbeaver
-
MongoDB Compass
git clone https://github.com/wlcamargo/data_engineer_sources.git
cd data_engineer_sourcescd docker/
docker-compose up -d- Host: localhost
- Port: 5435
- Database: Adventureworks
- Username: postgres
- Password: postgres
The AdventureWorks database comes pre-loaded with sample data.
- Host: localhost
- Port: 27017
- Username: chapolin
- Password: mudar123
- Auth Database: admin
- Connection String:
mongodb://chapolin:mudar123@localhost:27017
- Host: localhost
- Port: 1435
- Database: master
- Username: sa
- Password: mudar@123
- Browser Interface: http://localhost:7474
- Bolt Protocol: bolt://localhost:7687
- Username: neo4j
- Password: test
- URL: http://localhost:5601/
- Username: elastic
- Password: mudar@123
- Broker: localhost:9092
- Kafka UI: http://localhost:9007
- KSQLDB: http://localhost:8088
- Docker Documentation
- PostgreSQL Documentation
- MongoDB Documentation
- Kafka Documentation
- Elasticsearch Documentation
- Neo4j Documentation
- SQL Server Documentation
| Developer | Portfolio | ||
|---|---|---|---|
| Wallace Camargo | wallacecpdg@gmail.com | Portfólio |
