trufnetwork / trufnetwork/adapters

Goal: Facilitate Pipeline Creation

Open
#28 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
0
Forks
3
Avg merge
2h 9m
Merged PRs (30d)
1

Description

There are some repetitive parts of a general pipeline which could be further improved.

Right now, we provide building blocks for different ingestion structures. But we could further improve it with the correct abstractions on the pipeline execution. Examples:

and it could be well structured to require only the correct methods depending on the strategies. The intention is to create a well-tested generic structure that makes it easier to include new adapters

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the linked reconciliation.py, provider.py, and transformers.py examples to understand the current adapter patterns. Then define the generic pipeline, data-source, reconciliation, and transformer abstractions and determine the strategy-specific methods they require. Done would require an agreed design, implementation, and comprehensive tests for the supported ingestion strategies.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data-engineering
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.