Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vitalibo/distributed-heatmap-service
- Owner: vitalibo
- Created: 2021-09-26T13:01:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T20:53:06.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T09:48:52.111Z (3 months ago)
- Topics: aws, hbase, hbase-coprocessor, heatmap, spark, spark-sql, spring-boot
- Language: Java
- Homepage:
- Size: 3.11 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.
![]()