All Projects → yhdjyyzk → leaflet_heatmap

yhdjyyzk / leaflet_heatmap

Licence: other
简单的可视化湖州通话数据 假设数据量很大,没法用浏览器直接绘制热力图,把绘制热力图这一步骤放到线下计算分析。使用Apache Spark并行计算数据之后,再使用Apache Spark绘制热力图,然后用leafletjs加载OpenStreetMap图层和热力图图层,以达到良好的交互效果。现在使用Apache Spark实现绘制,可能是Apache Spark不擅长这方面的计算或者是我没有设计好算法,并行计算的速度比不上单机计算。Apache Spark绘制热力图和计算代码在这 https://github.com/yuanzhaokang/ParallelizeHeatmap.git .

Projects that are alternatives of or similar to leaflet heatmap

Sparkrdma
RDMA accelerated, high-performance, scalable and efficient ShuffleManager plugin for Apache Spark
Stars: ✭ 215 (+1553.85%)
Mutual labels:  big-data, spark, apache-spark, hadoop, bigdata
Spark With Python
Fundamentals of Spark with Python (using PySpark), code examples
Stars: ✭ 150 (+1053.85%)
Mutual labels:  big-data, spark, apache-spark, hadoop, hdfs
Bigdata Notes
大数据入门指南 ⭐
Stars: ✭ 10,991 (+84446.15%)
Mutual labels:  big-data, spark, hadoop, bigdata, hdfs
Dex
Dex : The Data Explorer -- A data visualization tool written in Java/Groovy/JavaFX capable of powerful ETL and publishing web visualizations.
Stars: ✭ 1,238 (+9423.08%)
Mutual labels:  d3, dataviz, data-analysis, d3js, datavisualization
God Of Bigdata
专注大数据学习面试,大数据成神之路开启。Flink/Spark/Hadoop/Hbase/Hive...
Stars: ✭ 6,008 (+46115.38%)
Mutual labels:  spark, hadoop, bigdata, hdfs
aut
The Archives Unleashed Toolkit is an open-source toolkit for analyzing web archives.
Stars: ✭ 111 (+753.85%)
Mutual labels:  big-data, spark, apache-spark, hadoop
bigdata-fun
A complete (distributed) BigData stack, running in containers
Stars: ✭ 14 (+7.69%)
Mutual labels:  big-data, spark, hadoop, hdfs
Bigdata Interview
🎯 🌟[大数据面试题]分享自己在网络上收集的大数据相关的面试题以及自己的答案总结.目前包含Hadoop/Hive/Spark/Flink/Hbase/Kafka/Zookeeper框架的面试题知识总结
Stars: ✭ 857 (+6492.31%)
Mutual labels:  spark, hadoop, bigdata, hdfs
hotmap
WebGL Heatmap Viewer for Big Data and Bioinformatics
Stars: ✭ 13 (+0%)
Mutual labels:  big-data, dataviz, heatmap, data-analysis
Hadoop For Geoevent
ArcGIS GeoEvent Server sample Hadoop connector for storing GeoEvents in HDFS.
Stars: ✭ 5 (-61.54%)
Mutual labels:  big-data, hadoop, bigdata, hdfs
Big Data Engineering Coursera Yandex
Big Data for Data Engineers Coursera Specialization from Yandex
Stars: ✭ 71 (+446.15%)
Mutual labels:  big-data, spark, bigdata, hdfs
Spark Py Notebooks
Apache Spark & Python (pySpark) tutorials for Big Data Analysis and Machine Learning as IPython / Jupyter notebooks
Stars: ✭ 1,338 (+10192.31%)
Mutual labels:  big-data, spark, bigdata, data-analysis
ddplot
Create D3 based SVG graphics easily from R
Stars: ✭ 43 (+230.77%)
Mutual labels:  d3, dataviz, d3js
Reaviz
📊 Data visualization library for React based on D3
Stars: ✭ 215 (+1553.85%)
Mutual labels:  d3, heatmap, d3js
bigdata-doc
大数据学习笔记,学习路线,技术案例整理。
Stars: ✭ 37 (+184.62%)
Mutual labels:  hadoop, bigdata, hdfs
aws-mlu-explain
Visual, Interactive Articles About Machine Learning: https://mlu-explain.github.io/
Stars: ✭ 46 (+253.85%)
Mutual labels:  d3, dataviz, datavisualization
V Chart Plugin
Easily bind a chart to the data stored in your Vue.js components.
Stars: ✭ 188 (+1346.15%)
Mutual labels:  d3, d3js, datavisualization
d3-geomap
A library for creating geographical maps based on D3.js
Stars: ✭ 124 (+853.85%)
Mutual labels:  d3, map, d3js
fastdata-cluster
Fast Data Cluster (Apache Cassandra, Kafka, Spark, Flink, YARN and HDFS with Vagrant and VirtualBox)
Stars: ✭ 20 (+53.85%)
Mutual labels:  spark, hadoop, hdfs
Just Dashboard
📊 📋 Dashboards using YAML or JSON files
Stars: ✭ 1,511 (+11523.08%)
Mutual labels:  d3, big-data, d3js

leaflet_heatmap

简单的可视化湖州通话数据 假设数据量很大,没法用浏览器直接绘制热力图,把绘制热力图这一步骤放到线下计算分析。使用Apache Spark并行计算数据之后,再使用Apache Spark绘制热力图,然后用leafletjs加载OpenStreetMap图层和热力图图层,以达到良好的交互效果。现在使用Apache Spark实现绘制,可能是Apache Spark不擅长这方面的计算或者是我没有设计好算法,并行计算的速度比不上单机计算。 形成的论文:http://www.jcad.cn/jcadcms/show.action?code=publish_402880124b362464014b3c4d819803a1&newsid=e327fdb1f4f344deb76d8bdf0041c2b9

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].