File tree Expand file tree Collapse file tree 3 files changed +1
-13
lines changed
Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -128,13 +128,6 @@ resulting tools as open source projects.
128128 to understand based on your workload and decide upon * before* you build
129129 out your whole data architecture!
130130
131- * [ Cassandra - the tale of a lonely Node] ( https://www.hugopicado.com/2017/05/14/cassandra-the-tale-of-a-lonely-node.html )
132- and
133- [ Cassandra - the fellowship of The Ring] ( https://www.hugopicado.com/2017/05/16/cassandra-the-fellowship-of-the-ring.html )
134- are good technical posts on the data structures within Cassandra's
135- architecture along with some of the problems that can pop up when
136- working with your data.
137-
138131* [ Analyzing Cassandra Performance with Flame Graphs] ( http://thelastpickle.com/blog/2018/01/16/cassandra-flame-graphs.html )
139132 and
140133 [ Garbage Collection Tuning for Apache Cassandra] ( http://thelastpickle.com/blog/2018/04/11/gc-tuning.html )
Original file line number Diff line number Diff line change @@ -141,11 +141,6 @@ visualization and gave me ideas for what to build.
141141 people worked with paper to build their visuals add fantastic context to
142142 the story.
143143
144- * [ One Chart, Twelve Charting Libraries] ( https://lisacharlotterost.github.io/2016/05/17/one-chart-code/ )
145- compares how charting libraries such as [ D3.js] ( /d3-js.html ) ,
146- [ Matplotlib] ( /matplotlib.html ) , [ Bokeh] ( /bokeh.html ) and Seaborn
147- compare to each other with default plotting values.
148-
149144* [ dataviz.tools] ( http://dataviz.tools/ ) has a nice list of categorized
150145 tools for working with data and visualizing it.
151146
Original file line number Diff line number Diff line change 1515 {% endfor %}
1616 < p style ="page-break-after:always; "> </ p >
1717
18- < h1 > Table of Contents</ h1 >
18+ < h1 id =" table-of-contents " > Table of Contents</ h1 >
1919 {% include "book-toc.html" %}
2020
2121 {% for page in pages|sort(attribute='sortorder') %}
You can’t perform that action at this time.
0 commit comments