diff --git a/README.md b/README.md index 7de7f40..e50183f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ ## Repositories - [allisonwang-db/pyspark-data-sources](https://github.com/allisonwang-db/pyspark-data-sources) - Custom PySpark data sources showcasing the Python Data Source API. -- [alexott/cyber-spark-data-connectors](https://github.com/alexott/cyber-spark-data-connectors) - Cybersecurity-related custom data connectors for Spark. [Blog post](https://alexott.blogspot.com/2024/11/spark-custom-data-sources-and-sinks-for.html) +- [alexott/cyber-spark-data-connectors](https://github.com/alexott/cyber-spark-data-connectors) - Cybersecurity-related custom data connectors for Spark (MS Sentinel, Splunk, REST API). [Blog post](https://alexott.blogspot.com/2024/11/spark-custom-data-sources-and-sinks-for.html) +- [alexott/spark-cassandra-data-source](https://github.com/alexott/spark-cassandra-data-source) - Python Data Source for writing (batch, streaming) and reading (batch) to/from Apache Cassandra. - [dmoore247/PythonDataSources](https://github.com/dmoore247/PythonDataSources) - Python DataSource classes for Spark 4.x with healthcare and life sciences examples. - [dgomez04/pyspark-hubspot](https://github.com/dgomez04/pyspark-hubspot) - Custom data source connector for reading from HubSpot's CRM objects. - [dgomez04/pyspark-faker](https://github.com/dgomez04/pyspark-faker) - A lightweight toy project built to explore the new PySpark 4.0 custom data source API.