Skip to content

Commit ff0f0c0

Browse files
committed
README
1 parent f354a18 commit ff0f0c0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Big Data Stack
2+
3+
Big data stack running in pseudo-distributed mode with the following components:
4+
5+
- Hadoop
6+
- Minio
7+
- Hive
8+
- Presto
9+
- Superset
10+
- Hue
11+
12+
## Quick start
13+
14+
Clone the repository and create `.env` file based on `sample.env` making sure `DATADIR` points to a
15+
suitable directory (persistent storage for all containers). Bring up the stack:
16+
```
17+
docker-compose up -d
18+
```
19+

0 commit comments

Comments
 (0)