Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/malykhin/big_data_training_env


https://github.com/malykhin/big_data_training_env

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

## Before start

1. Install required tools tools:

- make
- docker
- docker-compose
- python

2. Allocate Memory and CPU resources to Docker.
(Preferences... -> Resources)

## General rules:

- Use code formatters and linters while writing the code.
- Apply general good practices like writing dry code, avoiding hard-coding configuration, creating lists of dependencies, etc.
- Leave README.md in the exercise folder with some basic descriptions of how to run your code.

## Services UIs URLs:

- hadoop: http://localhost:9870/
- spark: http://localhost:8081/
- airflow: http://localhost:8080/
- aws: http://localhost:8082/
- superset: http://localhost:8083/
- presto: http://localhost:8084/