-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Workflow Collections Feature (#2569)
- Introduce named and shared key-value storage for workflows. - Optimize operations and ensure stability when collection names are fixed. - Implement `stream_all` for comprehensive HGETALL/HSCAN-like queries. - Enable wildcard prefix querying using `stream_match`, with pg_trigram and GIN indexing on keys for performance. - Support ascending upsert sorting, employing a unique constraint for efficiency. - Enhance the collections cursor and benchmark performance improvements. - Provide CRUD UI for collections, including error handling, sorting, and comprehensive test coverage. - Develop a streaming API for collections, with refined authentication and authorization mechanisms: - Abstract RSA key generation and standardize token signing. - Integrate user tokens and personal access tokens into a unified authentication approach. - Streamlined response structures, improved item serialization, and optimized database interactions. - Support POST, PUT, GET, and DELETE operations, ensuring robust and transactional behavior. - Add timestamps to items and refine collection filters, with additional test cases to cover edge scenarios. - Code cleanup, refactoring, and documentation updates. --------- Co-authored-by: Stuart Corbishley <[email protected]> Co-authored-by: Rogerio Pontual <[email protected]> Co-authored-by: Elias W. BA <[email protected]> Co-authored-by: Joe Clark <[email protected]>
- Loading branch information
1 parent
d67c136
commit 020b523
Showing
61 changed files
with
3,704 additions
and
233 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.