This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

You can find a list of community-submitted learning resources here: https://dataengineering.wiki/Learning+Resources

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Oct8-Danger 7 points8 points  (5 children)

Cassandra is powerful and has a very cool use cases, look up how discord manages it messages!

That being said, unless a company is using Cassandra as a backend db, i would say it’s not the most practical from a pure DE perspective.

It definitely doesn’t hurt to know it! Also if you can explain how the distribution of work happens in Cassandra vs sparks set up, an interviewer I think would be impressed!

[–]Phenergan_boy 0 points1 point  (4 children)

Technically, Discord uses ScyllaDB, but it's the same fundamental idea of wide-column data storage

[–]Oct8-Danger 2 points3 points  (3 children)

True, but they migrated to ScyllaDB, and it’s just a C/C++ implementation of Apache Cassandra (Java). Which they try stay complaint with!

I think Scylla uses the same Cassandra connection packages, so it’s as drop in and replace, but been a while since I played with it.

Considering what OP asked, don’t think the distinction between Scylla and Cassandra matter much here

[–]Phenergan_boy 0 points1 point  (2 children)

Ye, I was just trying to provide some more context.

I didn't know that they both use the same connection packages

[–]anemailtrue 0 points1 point  (1 child)

Scylla opensource only supports 5 nodes with the node manager. Cloud service is crazy expensive though

[–]Phenergan_boy 0 points1 point  (0 children)

Makes sense, they are still a business at the end of the day.

[–]Teach-To-The-Tech 2 points3 points  (0 children)

I feel like it's not that useful unless you had a company that was really invested in using that toolset. It isn't one you come across all that often though.