Replies: 1 comment
-
Check sling and dlt, then come back to check Dagster Embedded ELT |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, new here and the data game and naturaly have many Qs...
my data source is a proprietry source. this source is a machine that holds the data in files, in binary format, that are dymanically created over time. the files are accesible via HTTPS.
At any given moment, the current inventory of data files is published via a manifest file (as a simple list of file URLs). The manifest has a well known predefined URL.
In order to retrieve data from that proprietry source, there is a need to, periodically, check the manifest for new data files, if there are new files, "take" them, transform from binary to parquet (or csv) and load into a datawarehouse (that have standard connectors).
my questions are:
On a side note, my destination warehouse seem to have a connector only in Airbyte. i am not sure if this should impact my choice of which connector library to use in writing a custom connector to my proprietry source or not...
thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions