You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
Congo (from content + mongo) aims to be a document based content API and CMS. It uses mongoDB as backend.
It will probably feature pull templates based on Radius template system.
Interesting bits:
- The documents or contents will be formatted as if they were created by a ad-hoc application, and not spread all over several tables (like in ez publish, expressionengine, drupal...)
- You don't need to run ALTER TABLE or any kind of migrations whatsoever. That's an expensive operation for production databases
- You can create similar types based on scopes, like an account, website or user.