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

Update 'Build Custom Ingestion Pipeline' sample code to use more CDP #889

Open
sreuland opened this issue Aug 7, 2024 · 0 comments · May be fixed by #1036
Open

Update 'Build Custom Ingestion Pipeline' sample code to use more CDP #889

sreuland opened this issue Aug 7, 2024 · 0 comments · May be fixed by #1036

Comments

@sreuland
Copy link
Contributor

sreuland commented Aug 7, 2024

What problem does your feature solve?

the current sample code for Build Custom Ingestion Pipeline uses existing captive core and horizon ingest sdk. It doesn't use newer CDP pre-computed tx meta and functional transforms, nor does it show how the migration path from that to CDP would look.

What would you like to see?

Add a migration guide/step to Build Custom Ingestion Pipeline that demonstrates how to migrate the existing ingestion code based on captive-core/horizon over to CDP SDK approach.
Retain the current example code as-is and show a second example code which highlights creating two pipelines of a CDP:

  • CDP Origin Pipeline, demonstrate Galexie export instead of captive core for how to build a datastore GCS bucket.
  • CDP Transform pipeline, demontrate how to derive a sample data model such as payment, this pipeline uses the GCS Bucket as origin and then applies functional operators to transform the network data into the derived payment model.

Blocked by: go/5412 , go/5413

What alternatives are there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Status: To Do
Development

Successfully merging a pull request may close this issue.

2 participants
@sreuland and others