Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(keystone): DOMA-10804 FileStorageText field is added in keystone #5659

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

vovaaxeapolla
Copy link
Contributor

@vovaaxeapolla vovaaxeapolla commented Dec 23, 2024

Add FileStorageText field for Keystone

This PR introduces a new FileStorageText field for Keystone, designed to store and retrieve large text data seamlessly. The field is optimized for storing data in external cloud storage while behaving like a standard text string field in the Keystone schema.

Use Cases:

  • Storing extensive logs, parsed data, or large text that exceed typical database text field limits.
  • Applications requiring scalable, cost-effective storage for large textual data.

@vovaaxeapolla vovaaxeapolla added the 🔬 WIP Not intended to be merged right now, it is a work in progress label Dec 23, 2024
@toplenboren
Copy link
Member

I do not really like the naming. Maybe lets name it FileContent ? or CloudTextField?

LargeTextField has me under an impression that data is stored in db directly

@toplenboren
Copy link
Member

CloudStorageDataField (?)

@vovaaxeapolla vovaaxeapolla force-pushed the feat/keystone/DOMA-10804/custom-field-for-large-text branch from 23c285d to 1f08a15 Compare January 13, 2025 14:58
@vovaaxeapolla vovaaxeapolla changed the title feat(keystone): DOMA-10804 LargeText field is added in keystone feat(keystone): DOMA-10804 CloudStorageText field is added in keystone Jan 14, 2025
@vovaaxeapolla vovaaxeapolla marked this pull request as ready for review January 14, 2025 08:21
@vovaaxeapolla vovaaxeapolla removed the 🔬 WIP Not intended to be merged right now, it is a work in progress label Jan 17, 2025
@vovaaxeapolla vovaaxeapolla force-pushed the feat/keystone/DOMA-10804/custom-field-for-large-text branch from 08476a3 to 6bc3b06 Compare January 22, 2025 13:10
@vovaaxeapolla vovaaxeapolla changed the title feat(keystone): DOMA-10804 CloudStorageText field is added in keystone feat(keystone): DOMA-10804 FileStorageText field is added in keystone Jan 23, 2025
@vovaaxeapolla vovaaxeapolla force-pushed the feat/keystone/DOMA-10804/custom-field-for-large-text branch from a58a690 to f4ad1fc Compare January 24, 2025 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants