Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coco98 authored Oct 20, 2024
1 parent d5f0e31 commit 5fc5057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This DuckDuckAPI connector allows you to easily build a high-performing connecto
2. Implement functions to wrap over upstream API endpoints, particularly for write operations

This allows a GraphQL or PromptQL query to run against API data in a highly flexible way without performance or rate limiting issues.
Ofcourse, the tradeoff is that the data will only be eventually consistent because writes will only reflect as reads from DuckDB depending on how fast API data is updated in DuckDB (via the loader script).
Ofcourse, the tradeoff is that the data will only be eventually consistent because writes will reflect in subsequent reads only after the API data gets updated in DuckDB (via the loader script).

## Get started

Expand Down

0 comments on commit 5fc5057

Please sign in to comment.