The Wayback Machine - http://web.archive.org/web/20220409022906/https://github.com/topics/connectors
Skip to content
#

connectors

Here are 59 public repositories matching this topic...

sherifnada
sherifnada commented Apr 8, 2022

Tell us about the problem you're trying to solve

We have many templates which use the same files. For example, source-generic, source-python, source-python-http-api, and source-singer templates all generate acceptance-test-config.yaml and acceptance-test-docker.sh.

Currently, each template independently defines these files. Which means if you want to change a line in `acceptanc

type/enhancement good first issue CDK needs-triage
castled

Castled is an open source reverse ETL solution that helps you to periodically sync the data in your db/warehouse into sales, marketing, support or custom apps without any help from engineering teams

  • Updated Apr 7, 2022
  • Java
paualarco
paualarco commented Jan 2, 2021

Additionally, it would be good if we could reuse the ReplaceOneModel and UpdateOneModel from the sink signatures,
where currently they are expecting a Tuple2[Bson, Bson] for the updates, and a Tuple2[Bson, Document], we could create a case class respectively to wrap those values in a more idiomatic way.
i.e

case class ReplaceOne[Doc](filter: Bson, replacement: Doc) {
 def to
good first issue mongodb

Improve this page

Add a description, image, and links to the connectors topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the connectors topic, visit your repo's landing page and select "manage topics."

Learn more