Skip to content

Commit

Permalink
[Docs] Data Stores, remove double brackets (#5499)
Browse files Browse the repository at this point in the history
  • Loading branch information
george0st committed May 5, 2024
1 parent b3ab5c7 commit 3867fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/store/datastore.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

A data store defines a storage provider (e.g. file system, S3, Azure blob, Iguazio v3io, etc.).

MLRun supports multiple data stores. ((Additional data stores, for example MongoDB, can easily be added by extending the `DataStore` class.)
MLRun supports multiple data stores (additional data stores, for example MongoDB, can easily be added by extending the `DataStore` class).
Data stores are referred to using the schema prefix (e.g. `s3://my-bucket/path`). The currently supported schemas and their urls:
* **files** — local/shared file paths, format: `/file-dir/path/to/file` (Unix) or `C:/dir/file` (Windows)
* **http, https** — read data from HTTP sources (read-only), format: `https://host/path/to/file` (Not supported by runtimes: Spark and RemoteSpark)
Expand Down

0 comments on commit 3867fa5

Please sign in to comment.