Replies: 2 comments 1 reply
-
Rough design ideas and we need more:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Great suggestion! Leveraging pluggable getters not only allows users to retrieve data from various storage implementations but also opens up possibilities for deeper integration within the DA network servers. By reworking protocols like shrex and shwap to rely on the Getter interface, nodes can serve data to the entire network based on custom getters. This means data can be fetched from one network and seamlessly relayed to another, enhancing the network's flexibility and interoperability. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We define the Getter interface to abstract away protocol clients for retrieving data. We also define CascadeGetter as means of composing multiple getters and allowing nodes to have multiple data sources. Currently, cascading is internal to the node construction, and we want to give developers and node operators the ability to choose, turn on/off, prioritize, or include their own implemented getters for composition. Users will want to customize custom Getters to connect to third-party networks for storage and data retrievability, like KYVE, Filecoin, Arweave, etc.
Beta Was this translation helpful? Give feedback.
All reactions