Skip to content

Commit

Permalink
v2-docs: Add docs for inline datasets, grpc, and port legacy docs (#535)
Browse files Browse the repository at this point in the history
* Add logical plan and substrait plan enums items for VegaFusionDataset

* flag proto/substrait

* Add simple inline_dataset examples

* Add logical plan dataset example

* Add inline datasets doc page

* add grpc page, better dark-mode logo.

* Add about and community docs
  • Loading branch information
jonmmease authored Nov 10, 2024
1 parent 156c27d commit 618cd1c
Show file tree
Hide file tree
Showing 65 changed files with 6,483 additions and 4,039 deletions.
273 changes: 101 additions & 172 deletions Cargo.lock

Large diffs are not rendered by default.

16 changes: 14 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ features = [ "case-insensitive", "filter-by-regex",]
version = "0.12.8"
default-features = false

[workspace.dependencies.tonic]
version = "0.12.3"

[workspace.dependencies.tonic-web]
version = "0.12.3"

[workspace.dependencies.tonic-build]
version = "0.12.3"

[workspace.dependencies.tokio]
version = "1.36.0"

Expand All @@ -61,10 +70,13 @@ version = "0.5.1"
default-features = false

[workspace.dependencies.prost]
version = "0.12.3"
version = "0.13.3"

[workspace.dependencies.prost-types]
version = "0.12.3"
version = "0.13.3"

[workspace.dependencies.prost-build]
version = "0.13.3"

[workspace.dependencies.object_store]
version = "0.11.0"
Expand Down
1 change: 1 addition & 0 deletions docs/source/_static/VegaFusionDarkTitle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 618cd1c

Please sign in to comment.