feat(ecosystem): integrate Goldsky for Blockchain Data Querying with GraphRAG Engine#50
Open
ritik4ever wants to merge 5 commits intoflare-foundation:mainfrom
Open
Conversation
…GraphRAG - Add Goldsky client with pipeline management capabilities - Support for chain-level data replication (blocks, logs, transactions, traces) - GraphQL query interface for indexed data - Integration with GraphRAG engine for correlated insights - Multiple sink types: PostgreSQL, BigQuery, Webhooks, S3 - Comprehensive test suite and documentation - Example usage and integration tests Closes flare-foundation#30
…GraphRAG - Add Goldsky client with pipeline management capabilities - Support for chain-level data replication (blocks, logs, transactions, traces) - GraphQL query interface for indexed data - Integration with GraphRAG engine for correlated insights - Multiple sink types: PostgreSQL, BigQuery, Webhooks, S3 - Comprehensive test suite and documentation - Example usage and integration tests Closes flare-foundation#30
Author
|
please review @dineshpinto |
Member
|
Thanks @ritik4ever , the solution overall looks good. I've added some review points about config handling. |
Open
2 tasks
dineshpinto
reviewed
Jul 17, 2025
Member
|
Hi @ritik4ever , can you fix the merge conflicts and failings CI. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Integrate Goldsky for Blockchain Data Querying with GraphRAG Engine close #30
Summary
Adds Goldsky integration enabling AI agents to access real-time Flare blockchain data and correlate it with GraphRAG insights.
Key Features
Files Added
src/flare_ai_kit/ecosystem/tooling/goldsky.py- Main implementationtests/ecosystem/tooling/test_goldsky.py- 16 test cases (all passing)docs/ecosystem/goldsky-integration.md- Documentationexamples/goldsky_integration_example.py- Usage examplesUsage