I am looking for a good tool (or library or framework) that I could use to easily create basic content management functions over MongoDB.
I know very well the Admin UIs listed on the Mongo website , and I already use RockMongo to query and some db admin tasks. The problem is that although I as a software developer can happily use these tools, they are too powerful and difficult for people who are responsible for managing the content in the database.
Therefore, I am specifically looking for a MongoDB content management tool with:
- Ability to easily create (scaffold) user interface around collections (generate creation, reading, updating and deleting forms / views)
- The ability to add data validation and some patterns or schemes for objects, especially when new objects are created and added to the collection
- Support for small-scale access control (user groups, for each collection and for access to read / write / administrator objects)
I was considering using django-nonrel to create it, but would like more opinions before moving on.
mongodb content-management-system content-management
jsalonen Jun 20 2018-12-12T00: 00Z
source share