Replies: 1 comment 4 replies
|
Or, you can go for the option below. Option 4: JSON Schema + Virtual Indexing LayerActually, it is a hybrid option between option 2 and 3:
Schema's exemple: Pros
Cons
|
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We want to allow users (via the admin UI) to create their own content types in Klickbee CMS:
We're currently evaluating the best data architecture to make this both flexible and scalable.
🗉 Option 1: One table per CPT
✅ Pros
❌ Cons
🧩 Option 2:
cpt_model+cpt_entrywith JSON schema✅ Pros
❌ Cons
data⚙️ Option 3: Structured fields & values
✅ Pros
❌ Cons
🤔 Questions for discussion
jsonbin PostgreSQL?Looking forward to your ideas and feedback! 🙏
All reactions