All Projects → marmelab → Treedu

marmelab / Treedu

Licence: mit
Graphical Disk Usage command for the terminal, using Node.js, d3.js, blessed, and Drawille

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Treedu

react-d3-integration
An example on how to integrate D3 into React
Stars: ✭ 14 (+40%)
Mutual labels:  d3, dataviz
aws-mlu-explain
Visual, Interactive Articles About Machine Learning: https://mlu-explain.github.io/
Stars: ✭ 46 (+360%)
Mutual labels:  d3, dataviz
covid-19
Current and historical coronavirus covid-19 confirmed, recovered, deaths and active case counts segmented by country and region. Includes csv, json and sqlite data along with an interactive website explorer.
Stars: ✭ 15 (+50%)
Mutual labels:  d3, dataviz
multi-chart
lit-element building blocks for charts and visualization (based on d3.js v5)
Stars: ✭ 24 (+140%)
Mutual labels:  d3, dataviz
Carbon Charts
📊 📈⠀Robust dataviz framework implemented using D3 & typescript
Stars: ✭ 287 (+2770%)
Mutual labels:  dataviz, d3
datalith
Simple, batteries included, components to build beautiful data visualizations
Stars: ✭ 29 (+190%)
Mutual labels:  d3, dataviz
silky-charts
A silky smooth D3/React library
Stars: ✭ 38 (+280%)
Mutual labels:  d3, dataviz
Architecturetree
Draw and share your software architecture without diagramming software. Uses d3.js and Angular.js.
Stars: ✭ 211 (+2010%)
Mutual labels:  dataviz, d3
multi-verse
lit-element components for fast and modular multivariate analysis
Stars: ✭ 34 (+240%)
Mutual labels:  d3, dataviz
leaflet heatmap
简单的可视化湖州通话数据 假设数据量很大,没法用浏览器直接绘制热力图,把绘制热力图这一步骤放到线下计算分析。使用Apache Spark并行计算数据之后,再使用Apache Spark绘制热力图,然后用leafletjs加载OpenStreetMap图层和热力图图层,以达到良好的交互效果。现在使用Apache Spark实现绘制,可能是Apache Spark不擅长这方面的计算或者是我没有设计好算法,并行计算的速度比不上单机计算。Apache Spark绘制热力图和计算代码在这 https://github.com/yuanzhaokang/ParallelizeHeatmap.git .
Stars: ✭ 13 (+30%)
Mutual labels:  d3, dataviz
lineage
Family Tree Data Expression Engine
Stars: ✭ 90 (+800%)
Mutual labels:  d3, dataviz
Mozaik
Mozaïk is a tool based on nodejs / react / redux / nivo / d3 to easily craft beautiful dashboards
Stars: ✭ 3,546 (+35360%)
Mutual labels:  dataviz, d3
ddplot
Create D3 based SVG graphics easily from R
Stars: ✭ 43 (+330%)
Mutual labels:  d3, dataviz
d3-gridding
grids for rapid D3 charts mockups
Stars: ✭ 100 (+900%)
Mutual labels:  d3, dataviz
Keen Dataviz.js
Data Visualization Charting Library
Stars: ✭ 215 (+2050%)
Mutual labels:  dataviz, d3
reusable-d3-charts
Reusable charts built with D3. Built on Web standards, fully customisable.
Stars: ✭ 33 (+230%)
Mutual labels:  d3, dataviz
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 (+12280%)
Mutual labels:  dataviz, d3
Teamchatviz
#teamchatviz
Stars: ✭ 146 (+1360%)
Mutual labels:  dataviz, d3
proteic
Streaming and static data visualization for the modern web.
Stars: ✭ 37 (+270%)
Mutual labels:  d3, dataviz
Flask jsondash
🐍 📊 📈 Build complex dashboards without any front-end code. Use your own endpoints. JSON config only. Ready to go.
Stars: ✭ 3,215 (+32050%)
Mutual labels:  dataviz, d3
onboarding Archived Repository
The code of this repository was written during a Marmelab agile integration. It illustrates the efforts of a new hiree, who had to implement a board game in several languages and platforms as part of his initial learning. Some of these efforts end up in failure, but failure is part of our learning process, so the code remains publicly visible.
The code of this repository was written to illustrate the blog post Une console plus graphique avec node.js et d3.js
This code is not intended to be used in production, and is not maintained.

treedu

Analyze disk usage, as du but graphically with treemap, in terminal. The project use d3.js and node.js with drawille.

Install

make install

It's also possible to install the script in global:

npm install -g 

In this case, you can run the command treedu from any directory.

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].