Hi,

This is great question, and I hope your work with MapD can be open source!

To understand how to write a GeoTools DataStore, I'd suggest reading the excellent ContentDataStore Tutorial (http://docs.geotools.org/stable/userguide/tutorial/datastore/index.html).

In the end, you'll likely end up implementing a JDBC dialect/connector (which will be easier). To understand how a general JDBC datastore is used, I'd check out (http://docs.geotools.org/stable/userguide/library/jdbc/datastore.html). As a non-trivial example, I'd suggest reading the jdbc-postgis module (https://github.com/geotools/geotools/tree/master/modules/plugin/jdbc/jdbc-postgis).

If I were doing this, I'd start with that last module and start adapting things.

Good luck!

Jim

On 09/12/2017 02:24 PM, chhoturam jat wrote:
hi,
my requirement is to access mapd <https://www.mapd.com/docs/latest/>database table data from geoserver and bases of lat lng table column display point on map .

Before i tried jdbc based sqlserver and diplay marker point on map.

Mapd is also GPU based JDBC database.

so access mapd db from geoserver i need to develope geotool extension for geoserver.

so i have some question related to build extension-
1.how jdbc based builtin datastore extension <https://github.com/geotools/geotools/tree/master/modules/plugin/jdbc>java classes flow is processing
2.how to accomplish to access mapd database and build extension
3.what are the src packages for mapd db i need to build
4.which are the classes i need to build for mapd database inside src packages
please tell me how to accomplish same.

Thanks







------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


_______________________________________________
GeoTools-GT2-Users mailing list
GeoTools-GT2-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
GeoTools-GT2-Users mailing list
GeoTools-GT2-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to