i'm currently developing an umbraco extension plugin and i would like to have any feedback from umbraco's dev community.
Basically with this extension I aim to provide developers rich API to organize application data inside mongodb and fit them into a hierarchical data structure using code-first approach. It can be seen like a NoSQL entity framework but with many differences.
The extension also provide a section in the backend application that allow to show that data inside a UI and also to make some manual changes to them.
Looks good although it may be worth looking at fluidity which Matt Brailsford is working on, fairly certain you can swap out peta poco for something else like mongo. See https://www.youtube.com/watch?v=lt8IRg2Svq0
MongoDB extension plugin
Hi,
i'm currently developing an umbraco extension plugin and i would like to have any feedback from umbraco's dev community.
Basically with this extension I aim to provide developers rich API to organize application data inside mongodb and fit them into a hierarchical data structure using code-first approach. It can be seen like a NoSQL entity framework but with many differences.
The extension also provide a section in the backend application that allow to show that data inside a UI and also to make some manual changes to them.
Here is concept explained:
https://github.com/simosabba/alaska/blob/master/docs/dmf/alaska-dmf.md
and here there are url and credentials for a Umbraco demo app with the plugin installed:
https://github.com/simosabba/alaska/blob/master/docs/dmf/alaska-dmf-umbraco.md
Thanks
Simone
Simone,
Looks good although it may be worth looking at fluidity which Matt Brailsford is working on, fairly certain you can swap out peta poco for something else like mongo. See https://www.youtube.com/watch?v=lt8IRg2Svq0
is working on a reply...