- Setup the Postgres loader by configuring the postgres db.
url
field in config, all other fields will be ignored.
- Once you setup the loader, you can create an app and load data using the above postgres loader
add
function of the app will accept any executable query to load data. DO NOT pass the CREATE
, INSERT
queries in add
function as they will result in not adding any data, so it is pointless.
- We automatically create a chunker to chunk your postgres data, however if you wish to provide your own chunker class. Here is how you can do that: