Re: [Geotools-devel] MongoDB complex feature store compatible with app-schema

2016-11-02 Thread Ben Caradoc-Davies
Nuno, anything that can reduce code duplication sounds attractive. One problem with app-schema is that, because of the complexity of the test fixtures, much of the test coverage is in GeoServer app-schema-test test-only submodules. Are you familiar with these, and have you considered how you

Re: [Geotools-devel] MongoDB complex feature store compatible with app-schema

2016-11-02 Thread Nuno Oliveira
Hi Ben, Thanks for the feedback and sorry for the delay in my reply, but I had to check a few things first. After some more thinking and play with the code I came to the conclusion that if create a standalone MongoDB store I will have to duplicate a lot of code from the original MongoDB code.

Re: [Geotools-devel] MongoDB complex feature store compatible with app-schema

2016-10-26 Thread Ben Caradoc-Davies
Nuno, that looks like a good idea to me. app-schema has already been restructured once to accommodate the modules/unsupported/app-schema/webservice backend. Much of the complex feature support was later pulled into the complex module. These changes should make app-schema easier to extend. +1 f

[Geotools-devel] MongoDB complex feature store compatible with app-schema

2016-10-25 Thread Nuno Oliveira
Hi, The idea here is to be able to output a MongoDB collection content as complex features. For those wondering, how MongoDB store works right now, it basically flats the JSON elements and ignore collections (geometries are treated as special case and properly encoded). Consider that we ha