Database Connectors 2022 #1453
Labels
connector
Connectors
documentation
Improvements or additions to documentation
enhancement
New feature or request
This ticket is for the CNCF spring mentorship 2022
Describe the problem you are trying to solve
Connectors are tremors interface to the outside world, they allow us to integrate with third-party systems. Currently, tremor only has a limited set of connectors for databases, we support s3 and google cloud storage for object stores, and have a k/v connector that offers a simple integrated key-value store. While this is a good starting point interfacing with more databases will make tremor easier to use for our end users.
Describe the solution you'd like
For each database, we need a connector that can both write data to the database as well as query it. We need a mapping of requests (query and write requests) to the tremor data representation, this should be considered as the foundation for not only one but all database connectors to give them a unified look and feel when using where possible. In addition, a mapping between database types and tremor types will be required. All of this requires both testing and documentation.
Primary goal:
Stretch goals:
Notes
The text was updated successfully, but these errors were encountered: