Hadoop and Geoserver

I am going to develop a new Hadoop / HBase-based data warehouse for Geotools, to use it in Geoserver to visualize raster data (satellite tiled image). Has anyone done something similar or even knew if this is possible? I already know how to compile and integrate open source data warehouses such as CSV, but I do not know how I can start implementing this data warehouse on Hadoop.

Thanks.

+4
source share
1 answer

You might want to check out the GeoWave project, which seems to be exactly what you are looking for. However, it currently fully supports Accumulo, and we are working on adding HBase support for the same.

+1
source

Source: https://habr.com/ru/post/1480304/


All Articles