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

ingest/pipeline: create new data transform interfaces under ingest package #5400

Closed
sreuland opened this issue Jul 26, 2024 · 1 comment
Closed

Comments

@sreuland
Copy link
Contributor

sreuland commented Jul 26, 2024

What problem does your feature solve?

lack of material to guide app developers towards deriving their own data from network data via ingestion.

What would you like to see?

  • new package under ingest/pipeline in go sdk to provide a library for application developers to use to build data transformation pipelines based on origin of network data - the tx-meta, aka in stellar xdr model as LedgerCloseMeta. The composition of the library is in draft proposal on CDP Transforms, mainly these structs/types/interfaces:
    • Event
    • Message
    • EventHandler
    • Channels
    • Inbound/Outbound Adapters
    • Processor

What alternatives are there?

@sreuland
Copy link
Contributor Author

sreuland commented Aug 6, 2024

after processors lib design review, we decided to go with a different approach of pipelines created from observable streams using functional operators, this infra not needed and obsoleted by #5412.

@sreuland sreuland closed this as completed Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant