Introduction
An introduction to Sling CLI.
Moving data from one platform to another has long been a critical process. Sling offers an easy solution to create and maintain high volume data pipelines using the Extract & Load (EL) approach.
sling
CLI is a free tool that allows data extraction and loading from / into many popular databases / storage platforms. Have you ever wished to simply pipe a CSV file into a database? Now you can by running a command like this:cat my_file.csv | sling run --tgt-conn MYDB --tgt-object my_schema.my_table
Last modified 5mo ago