Skip to content

Commit 785bb17

Browse files
authored
Add missing data connectors and processors (#96)
1 parent eda207a commit 785bb17

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • spiceaidocs/content/en/reference/pod

spiceaidocs/content/en/reference/pod/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,10 @@ The following connectors are currently supported:
493493
| Connector Name |
494494
| ------------------------------------------------------------------------------------------------------------- |
495495
| [file](https://github.com/spiceai/data-components-contrib/blob/trunk/dataconnectors/file/file.go) |
496+
| [flight](https://github.com/spiceai/data-components-contrib/blob/trunk/dataconnectors/flight/README.md) |
497+
| [http](https://github.com/spiceai/data-components-contrib/blob/trunk/dataconnectors/http/README.md) |
496498
| [influxdb](https://github.com/spiceai/data-components-contrib/blob/trunk/dataconnectors/influxdb/influxdb.go) |
499+
| [coinbase](https://github.com/spiceai/data-components-contrib/blob/trunk/dataconnectors/coinbase/README.md) |
497500
| [twitter](https://github.com/spiceai/data-components-contrib/blob/trunk/dataconnectors/twitter/twitter.go) |
498501

499502
### `dataspaces[*].data.connector.params`
@@ -536,6 +539,7 @@ The following processors are currently supported:
536539

537540
| Processor Name |
538541
| -------------------------------------------------------------------------------------------------------- |
542+
| [arrow](https://github.com/spiceai/data-components-contrib/blob/trunk/dataprocessors/arrow/README.md) |
539543
| [csv](https://github.com/spiceai/data-components-contrib/blob/trunk/dataprocessors/csv/csv.go) |
540544
| [flux-csv](https://github.com/spiceai/data-components-contrib/blob/trunk/dataprocessors/flux/fluxcsv.go) |
541545
| [json](https://github.com/spiceai/data-components-contrib/blob/trunk/dataprocessors/json/README.md) |

0 commit comments

Comments
 (0)