Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.