Skip to content

Commit ce048d1

Browse files
nonstopdtopsmiklosovic
authored andcommitted
BLOG - Town Hall Replay: Time Series Data Modeling for Massive Scale
patch by Diogenese Topper; reviewed by Berenguer Blasi and Stefan Miklosovic for CASSANDRA-18788
1 parent 246c6a6 commit ce048d1

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

site-content/source/modules/ROOT/pages/blog.adoc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,30 @@ NOTES FOR CONTENT CREATORS
88
- Replace post tile, date, description and link to you post.
99
////
1010

11+
//start card
12+
[openblock,card shadow relative test]
13+
----
14+
[openblock,card-header]
15+
------
16+
[discrete]
17+
=== Town Hall Replay: Time Series Data Modeling for Massive Scale
18+
[discrete]
19+
==== August 23, 2023
20+
------
21+
[openblock,card-content]
22+
------
23+
Learn tricks to maximize Cassandra's scalability. Discover efficient storage and retrieval of petabytes of time series data, plus tips to avoid common pitfalls.
24+
25+
[openblock,card-btn card-btn--blog]
26+
--------
27+
[.btn.btn--alt]
28+
xref:blog/Town-Hall-Replay-Time-Series-Data-Modeling-for-Massive-Scale.adoc[Read More]
29+
--------
30+
31+
------
32+
----
33+
//end card
34+
1135
//start card
1236
[openblock,card shadow relative test]
1337
----
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
= Town Hall Replay: Time Series Data Modeling for Massive Scale
2+
:page-layout: single-post
3+
:page-role: blog-post
4+
:page-post-date: August 23, 2023
5+
:page-post-author: The Apache Cassandra Community
6+
:description: A recap of the July Town Hall
7+
:keywords: meetup, event
8+
9+
Apache Cassandra Town Halls are monthly opportunities to share use cases, tips, and learn about Cassandra project news. If you are an Apache Cassandra end user or part of the Cassandra engineering community, Town Halls are a great way to stay up-to-date on community activities.
10+
11+
_Town halls occur at 8am PT on the fourth Thursday of every month._
12+
13+
**Time Series Data Modeling for Massive Scale**
14+
15+
Presented by https://www.linkedin.com/in/rustyrazorblade/[Jon Haddad^], Rustyrazorblade Consulting
16+
17+
Cassandra is known for its ability to horizontally scale as your data increases, but to get the most value, you need to know a few tricks. Jon has been optimizing databases for two decades, with the last ten years focused on Cassandra. In this Town Hall, Jon demonstrates how to handle one of the biggest Cassandra challenges of all: efficiently storing and retrieving over a petabyte of time series data accumulated over several years. He also covers some of the common pitfalls you’ll run into and the approach you should take to avoid each of them.
18+
19+
**Apache Cassandra Project Updates**
20+
21+
Presented by http://in/josh-mckenzie-59b38b14[Josh McKenzie^], Cassandra PMC Chair
22+
23+
video::keG_f8tDoVI[youtube,keG_f8tDoVI,width=560,height=315]
24+
25+
### Ways to Participate
26+
27+
To catch an upcoming Town Hall, check out our https://www.meetup.com/cassandra-global/[Planet Cassandra Global Meetup Group^]. To view previous Town Hall recordings, visit the https://www.youtube.com/watch?v=f0F0dCThQ40&list=PLqcm6qE9lgKKpeO7AgGWcLB6dsz0vS4y1[Planet Cassandra YouTube Channel^].
28+
29+
If you’re interested in sharing a case study or use case with the community, https://docs.google.com/forms/d/e/1FAIpQLScsRrS02giJRklynroTeBV7mkEH3Oc_n_hU0ZZM82VKiBnNnw/viewform[let us know^].
30+
31+
For more information or to join the discussion, join us on these channels:
32+
33+
* https://cassandra.apache.org/_/index.html[Apache Cassandra Website]
34+
* https://the-asf.slack.com/ssb/redirect[ASF Slack^]
35+
* https://planetcassandra.org/[Planet Cassandra Website^]
36+
* https://discord.com/invite/Ut8YctQWac[Planet Cassandra Discord^]

0 commit comments

Comments
 (0)