Commit 41070fa8 authored by Ivan Tyagov's avatar Ivan Tyagov

Update README.md to remove headers which make reading a bit bad.

parent fea65eb9
# ------ EBULK INGESTION-DOWNLOAD TOOL ------
# TOOL DESCRIPTION
Ebulk tool is a wrapper for Embulk, an open-source bulk data loader that helps data transfer between various databases, storages, file formats, and cloud services. It supports any kind of input file formats, parallel and distributed execution to deal with big data sets, transaction control to guarantee All-or-Nothing file transfer, and operation resuming. Ebulk is as easy as git to use, allowing the big data transfering to be done by using very few commands.
......@@ -28,7 +26,6 @@ Along with Wendelin platform, ebulk is combined to form an easy to use Data Lake
echo 'export PATH="$HOME/.embulk/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
# ------ DOWNLOAD ------
# QUICK START
To start the download, run the following command:
......@@ -73,8 +70,7 @@ Along with Wendelin platform, ebulk is combined to form an easy to use Data Lake
# ------ INGESTION ------
# QUICK START
# INGESTION QUICK START
To start the ingestion, run the following command:
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment