Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anant/example-sql-on-cassandra-with-open-source-notebooks
Files to follow along with the Open Source Notebooks and Cassandra Webinar (see README.md)
https://github.com/anant/example-sql-on-cassandra-with-open-source-notebooks
cassandra datastax datastax-studio jupyter jupyter-notebook nosql notebooks quix spark sql
Last synced: 8 days ago
JSON representation
Files to follow along with the Open Source Notebooks and Cassandra Webinar (see README.md)
- Host: GitHub
- URL: https://github.com/anant/example-sql-on-cassandra-with-open-source-notebooks
- Owner: Anant
- Created: 2020-08-25T18:55:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T13:01:42.000Z (over 4 years ago)
- Last Synced: 2024-11-18T14:46:01.504Z (2 months ago)
- Topics: cassandra, datastax, datastax-studio, jupyter, jupyter-notebook, nosql, notebooks, quix, spark, sql
- Language: Jupyter Notebook
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL-on-Cassandra-with-Open-Source-Notebooks
Introduction to a few open source notebooks that can be used to do SQL and joins on [Cassandra](https://cassandra.apache.org/), a NoSQL database. We cover [Jupyter](https://jupyter.org/), [Zeppelin](https://zeppelin.apache.org/), [Quix](https://github.com/wix/quix), and [Polynote](https://polynote.org/), with live demos of Jupyter (using [Spark](https://spark.apache.org/) + Cassandra) and Quix (using [Presto](https://prestodb.io/) + Cassandra)
## Accompanying Materials
- [Blog](https://blog.anant.us/open-source-notebooks-and-cassandra-doing-sql-on-cassandra-tables/)
- [Webinar](https://youtu.be/i0LNtBEtm8g)
- [Slideshare](https://www.slideshare.net/AnantCorp/webinar-open-source-notebooks-and-cassandra)
- Doing SQL and Reporting on Apache Cassandra with Open Source Tools Series:
1. [Presto and Cassandra](https://blog.anant.us/presto-and-cassandra/)
2. [Spark and Cassandra](https://blog.anant.us/spark-and-cassandra-sql-on-cassandra/)
3. [Open Source Notebooks and Cassandra](https://blog.anant.us/open-source-notebooks-and-cassandra-doing-sql-on-cassandra-tables/)
4. [Open Source BI Tools and Cassandra](https://blog.anant.us/open-source-bi-tools-and-cassandra/)## [Quix Notebook](https://github.com/wix/quix)
- No importable/exportable notebooks currently
- Will be using queries that are available in the `Code.txt` file [here](https://drive.google.com/file/d/1FMxHAOeDaRhn4jvmQV4JNgNz7POp4L6j/view). Live instructions can be seen in the webinar linked above.## [Jupyter Notebook](https://jupyter.org/)
- [Notebook For Demo](https://github.com/adp8ke/SQL-on-Cassandra-with-Open-Source-Notebooks/blob/master/Spark%20%2B%20Cassandra%20%2B%20Jupyter%20Notebook%20-%20Doing%20SQL%20on%20Cassandra%20with%20Jupyter.ipynb)## [DataStax Studio](https://www.datastax.com/dev/datastax-studio) for creating demo keyspace, creating tables, and seeding tables
- [Notebook For Demo](https://drive.google.com/file/d/1FMxHAOeDaRhn4jvmQV4JNgNz7POp4L6j/view)
- If using CQLSH vs DataStax Studio Notebook, then you can still take the notebook above and use the CQL commands and queries in the `Code.txt` file