Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vitalibo/distributed-heatmap-service

Simple distributed heatmap service on top of Apache HBase
https://github.com/vitalibo/distributed-heatmap-service

aws hbase hbase-coprocessor heatmap spark spark-sql spring-boot

Last synced: about 2 months ago
JSON representation

Simple distributed heatmap service on top of Apache HBase

Awesome Lists containing this project

README

        

# Distributed Heatmap Service

Simple distributed heatmap service on top of Apache HBase

```mermaid
flowchart LR
User -- GET /v1/heatmap\napplication/json --> API
User -- GET /v1/heatmap\nimage/png --> API
API -- Range Scan --> HBase
HBase -. Invoke\nCoprocessor .-> HBase
Loader -. Put .-> HBase
style Loader stroke-dasharray: 5 5
```

Example generated heatmap using Perlin noise.