Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

PACKAGES: PAAS Engine Design #547

@joe-getcouragenow

Description

@joe-getcouragenow

We can actually use protobufs for the storage layer.

BigQuery does this BTW..

Mongo DB
dataform-co/dataform#542

Then what to do with the events ?

A highly flexible stream processors that is configurable on the fly makes the system highly extensible.

Streams ETL and CDC, etc
https://www.benthos.dev/
https://github.com/Jeffail/benthos
Web IDE: https://github.com/benthosdev/benthos-lab

Benthos transforms can be designed with the Web GUI, and tested, and then compiled (as WASM at runtime into the Vector runtime.

Vector is a Data change processor that is high perf ( RUST)
vectordotdev/vector#2341

  • Pluggable now with WASM just like Envoy is.
  • "Introduce plugin support to Vector, providing a way for users to add custom functionality to Vector. This RFC introduces
    WASM plugins specifically, but we envision the possibility of other implementations that may reuse ideas from this RFC.
    This RFC introduces Transforms and will be later amended with Source and Sink functionality."
  • TinyGO WASM compiler would be preferable !!!

https://github.com/facebookincubator/ent


NATS
https://github.com/google/go-cloud/blob/master/pubsub/natspubsub/go.mod

  • Integration to openconsensus
  • Agnostic interface so can swap out if needed or run on cloud providers own PUB SUB

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions