@@ -31,14 +31,14 @@ spark.readStream.format("fake").load().writeStream.format("console").start()
3131
3232## Data Sources
3333
34- | Data Source | Short Name | Description | Dependencies |
35- | ------------------------------------------------------- | -------------- | --------------------------------------------- | --------------------- |
36- | [ GithubDataSource] ( ./datasources/github.md ) | ` github ` | Read pull requests from a Github repository | None |
37- | [ FakeDataSource] ( ./datasources/fake.md ) | ` fake ` | Generate fake data using the ` Faker ` library | ` faker ` |
38- | [ HuggingFaceDatasets] ( ./datasources/huggingface.md ) | ` huggingface ` | Read datasets from the HuggingFace Hub | ` datasets ` |
39- | [ StockDataSource] ( ./datasources/stock.md ) | ` stock ` | Read stock data from Alpha Vantage | None |
40- | [ SimpleJsonDataSource] ( ./datasources/simplejson.md ) | ` simplejson ` | Write JSON data to Databricks DBFS | ` databricks-sdk ` |
41- | [ SalesforceDataSource ] ( ./datasources/salesforce .md ) | ` salesforce ` | Write streaming data to Salesforce objects | ` simple-salesforce ` |
42- | [ GoogleSheetsDataSource ] ( ./datasources/googlesheets .md ) | ` googlesheets ` | Read table from public Google Sheets document | None |
43- | [ KaggleDataSource ] ( ./datasources/kaggle .md ) | ` kaggle ` | Read datasets from Kaggle | ` kagglehub ` , ` pandas ` |
44- | [ JSONPlaceHolder ] ( ./datasources/jsonplaceholder .md ) | ` jsonplaceholder ` | Read JSON data for testing and prototyping | None |
34+ | Data Source | Short Name | Description | Dependencies |
35+ | -------------------------------------------------------| ------------------- | ----------------------------------------------- | ----------------------- |
36+ | [ GithubDataSource] ( ./datasources/github.md ) | ` github ` | Read pull requests from a Github repository | None |
37+ | [ FakeDataSource] ( ./datasources/fake.md ) | ` fake ` | Generate fake data using the ` Faker ` library | ` faker ` |
38+ | [ HuggingFaceDatasets] ( ./datasources/huggingface.md ) | ` huggingface ` | Read datasets from the HuggingFace Hub | ` datasets ` |
39+ | [ StockDataSource] ( ./datasources/stock.md ) | ` stock ` | Read stock data from Alpha Vantage | None |
40+ | [ SimpleJsonDataSource] ( ./datasources/simplejson.md ) | ` simplejson ` | Write JSON data to Databricks DBFS | ` databricks-sdk ` |
41+ | [ GoogleSheetsDataSource ] ( ./datasources/googlesheets .md ) | ` googlesheets ` | Read table from public Google Sheets document | None |
42+ | [ KaggleDataSource ] ( ./datasources/kaggle .md ) | ` kaggle ` | Read datasets from Kaggle | ` kagglehub ` , ` pandas ` |
43+ | [ JSONPlaceHolder ] ( ./datasources/jsonplaceholder .md ) | ` jsonplaceholder ` | Read JSON data for testing and prototyping | None |
44+ | [ SalesforceDataSource ] ( ./datasources/salesforce .md ) | ` salesforce ` | Write streaming data to Salesforce objects | ` simple-salesforce ` |
0 commit comments