# Push Data to Database

{% embed url="<https://youtu.be/fytMXf0guzI>" %}
Quick tutorial on Data Pusher
{% endembed %}

### Steps to follow&#x20;

1. From the `Processing & Pipelines` module select `Build Pipelines` section.
2. Click  the `Push Data to Database` button, a popup appears.
3. Select a `DB Connection` which have been already configured.
4. Enter the `Database Table Name` to create or update the data that exists on the database.
5. Enter the `Chunk size` you need to insert data into database
6. Select `Replace Table` from drop down if exists if you need to drop the previous table or `Append` to add data into the old table.
7. Click `Push to Database` to store the pipeline.

### Walkthrough

{% embed url="<https://www.loom.com/share/0e1ad67bd6724816907bd8d6cc377ad7>" %}
