Files
scylladb/docs/using-scylla/integrations/integration-spark.rst
Anna Stuchlik c5580399a8 replace the Driver pages with a link to the new Drivers pages
This commit removes the now redundant driver pages from
the Scylla DB documentation. Instead, the link to the pages
where we moved the diver information is added.
Also, the links are updated across the ScyllaDB manual.

Redirections are added for all the removed pages.

Fixes https://github.com/scylladb/scylladb/issues/26871

Closes scylladb/scylladb#27277
2025-12-04 10:07:27 +02:00

30 lines
1.5 KiB
ReStructuredText

=============================
Integrate ScyllaDB with Spark
=============================
ScyllaDB is Apache Cassandra compatible at the CQL binary protocol level, and any driver which uses CQL will work with ScyllaDB. See `ScyllaDB Drivers <https://docs.scylladb.com/stable/drivers/index.html>`_. Any application which uses a CQL driver will work with ScyllaDB.
The list below contains integration projects using ScyllaDB with Spark. If you have tested your application with ScyllaDB and want to publish the results, contact us using the `community forum <https://forum.scylladb.com>`_.
* `Hooking up Spark and ScyllaDB (multi-part blog - part 1) <https://www.scylladb.com/2018/07/31/spark-scylla/>`_
* `Hooking up Spark and ScyllaDB (multi-part blog - part 2) <https://www.scylladb.com/2018/08/21/spark-scylla-2/>`_
* `Hooking up Spark and ScyllaDB (multi-part blog - part 3) <https://www.scylladb.com/2018/10/08/hooking-up-spark-and-scylla-part-3/>`_
* `Hooking up Spark and ScyllaDB (multi-part blog - part 4) <https://www.scylladb.com/2018/11/13/hooking-up-spark-and-scylladb-part-4/>`_
* :doc:`Integration with Spark (KB article) </kb/scylla-and-spark-integration>`
* `Analyzing flight delays with ScyllaDB on top of Spark (blog entry) <https://www.scylladb.com/2017/05/02/analyzing-flight-delays-scylla-spark-2/>`_
* `Using Spark with ScyllaDB lesson <https://university.scylladb.com/courses/the-mutant-monitoring-system-training-course/lessons/using-spark-with-scylla/>`_ on ScyllaDB University