Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Multiple Data Destinations #1457

Open
LtChae opened this issue Sep 2, 2022 · 0 comments
Open

RFC: Multiple Data Destinations #1457

LtChae opened this issue Sep 2, 2022 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@LtChae
Copy link
Contributor

LtChae commented Sep 2, 2022

Is your feature request related to a problem? Please describe.
Currently, UrbanOS has two potential destinations for data after ingestion: Websocket Streaming and Trino (via Hive). These are specialized technologies that are not universally applicable. Trino is very heavyweight for small data volumes, and Websockets are often only used for sub-minute data feeds. The platform needs a broader selection of data storage solutions.

Describe the solution you'd like
Similar to how the platform supports multiple ingestions, it should be able to support multiple destinations. Currently it supports Trino (a big-data solution), and Discovery Streams (a websocket streaming api). We should structure UrbanOS so that it is not only easy to add additional destinations, but to customize them from the Curator UI.

Some initial prospects for extra destinations:

Kafka

This is easy, but needs to be able to be any arbitrary Kafka cluster to allow a user to route messages onto other Kafkas.

Postgres

One of the most common databases, we already use one for the metadata for the system. This would give us a lightweight alternative (or addition!) to Trino.

API Push

This could allow us to route transformed and filtered messages to a different system, allowing for webhook support and others.

Vendor-Specific Destinations

  • Microsoft Event Hub
  • S3 Buckets
  • etc.
@LtChae LtChae added enhancement New feature or request question Further information is requested labels Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant