Idiom

Results 90 issues of Idiom

### Background / motivation Inferring where to resume the pipeline from is having issues. It's not about "removing subscriptions" from this logic, we need to think about the system and...

Type: Enhancement

### Motivation OHLCV is still writing/reading from parquet. We may instead want to use the CSVDataStore + PersistentDataStore to save/read from. But doing this right now is hard, OHLCV code...

Type: Enhancement

### Motivation To verify that - The lake is working reliably, as expected - The basic flows and tables are working reliably, as expected - The commands and lake behavior...

Type: Enhancement

### Background / motivation There are various functions inside app + subgraph, that are queryng directly from subgraph + are using an object/data schema called PredictSlot. This was causing some...

Type: Enhancement
Priority: Low

### Motivation We want to go from tables and etl, to apps with interactive plots. The two frameworks we may consider right now are Streamlit and Dash. ### Framework Considerations...

Epic

### Background / motivation Subgraph objects (Prediction, Slot, Payout, Subscription) are unnecessary and redundant. Subgraph fetching is part of data-integration, the flow should be: 1. to validate it 2. save...

Type: Enhancement

Fixes #1002 Changes proposed in this PR: - [x] Communicated basics of lake, etl, and overall predictoor job into a readme. - [x] Communicated how these components are different from...

### Background / motivation To integrate duckDB (#685)[https://github.com/oceanprotocol/pdr-backend/issues/685] the user should be able to follow the README.md, get their lake setup, and complete all the work end-to-end without any issues....

Type: Enhancement

### Background / motivation As a result of deploying duckdb, the `accuracy/app` has been updated to query from the lake. This means that at some point, we'll have to redeploy...

Type: Enhancement

### Background / motivation 1. It's easier to just fetch the data already from subgraph rather than perform a join (more costly too). These, shouldn't have to be obtain through...

Type: Enhancement
Priority: Low