Skip to content

Commit b65cc99

Browse files
Added data exploration and visualization libraries
- [Hanami](https://github.com/jsa-aerial/hanami) is a data visualization library utilising Vega/Vega-Lite specifications - [Saite](https://github.com/jsa-aerial/saite) is an client-server application for interactive document creation, using Hanami for data visualization - [clojupyter](https://github.com/clojupyter/clojupyter) is a Clojure kernel for Jupyter - [re-echarts](https://github.com/kimim/re-echarts) is a wrapper for React Echarts, which in turn wraps Apache ECharts - [coll-pen](https://github.com/dscarpetti/coll-pen) is a library for exploration and editing of Clojure collections
1 parent 8930ac1 commit b65cc99

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

projects.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4993,6 +4993,30 @@ oz:
49934993
categories: [Data Exploration, Visualization, Static Site Generation]
49944994
platforms: [clj, cljs]
49954995

4996+
hanami:
4997+
name: Hanami
4998+
url: https://github.com/jsa-aerial/hanami
4999+
categories: [Visualization]
5000+
platforms: [clj, cljs]
5001+
5002+
saite:
5003+
name: Saite
5004+
url: https://github.com/jsa-aerial/saite
5005+
categories: [Visualization]
5006+
platforms: [clj, cljs]
5007+
5008+
clojupyter:
5009+
name: clojupyter
5010+
url: https://github.com/clojupyter/clojupyter
5011+
categories: [Visualization]
5012+
platforms: [clj]
5013+
5014+
re_echarts:
5015+
name: re-echarts
5016+
url: https://github.com/kimim/re-echarts
5017+
categories: [Visualization]
5018+
platforms: [cljs]
5019+
49965020
caesium:
49975021
name: caesium
49985022
url: https://github.com/lvh/caesium
@@ -5155,6 +5179,12 @@ rebl:
51555179
categories: [Data Exploration, Datomic]
51565180
platforms: [clj]
51575181

5182+
coll_pen:
5183+
name: coll-pen
5184+
url: https://github.com/dscarpetti/coll-pen
5185+
categories: [Data Exploration]
5186+
platforms: [cljs]
5187+
51585188
roll:
51595189
name: Roll
51605190
url: https://github.com/dimovich/roll

0 commit comments

Comments
 (0)