things kinda work

This commit is contained in:
Pablo Martin 2024-08-13 15:02:03 +02:00
parent c38ce5cfe6
commit 7eb697fecd
10 changed files with 342 additions and 29 deletions

15
example-streams.yml Normal file
View file

@ -0,0 +1,15 @@
streams:
example-stream:
stream_name: example-stream
cosmos_database_id: some-database-in-yml-file
cosmos_container_name: a-container
cutoff_timestamp:
postgres_database: some-database-in-yml-file
postgres_schema_name: some-schema-name
another-example-stream:
stream_name: another-example-stream
cosmos_database_id: some-database-in-yml-file
cosmos_container_name: a-container
cutoff_timestamp: 2024-08-13T09:52:43+0000
postgres_database: some-database-in-yml-file
postgres_schema_name: some-schema-name