Skip to content
Merged
Show file tree
Hide file tree
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
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Start it with `docker compose up -d`, then open the interactive API docs at <htt

Add data by placing files (e.g. `.nc`, `.zarr`, `.parquet`, `.csv`) into `./datasets` — the container discovers them through the mounted volume.

> Prefer a native build or a non-Docker install? See the [installation guide](https://maris-development.github.io/beacon/docs/1.6.0/getting-started.html#local).
> Prefer a native build or a non-Docker install? See the [installation guide](https://maris-development.github.io/beacon/docs/1.7.0/getting-started.html#local).

## Query examples

Expand Down Expand Up @@ -128,7 +128,7 @@ Content-Type: application/json
}
```

The response is a streamed file in the chosen `output.format` (here, CSV). See the [query reference](https://maris-development.github.io/beacon/docs/1.6.0/api/querying/) for the full schema, all source types, and every output format.
The response is a streamed file in the chosen `output.format` (here, CSV). See the [query reference](https://maris-development.github.io/beacon/docs/1.7.0/api/querying/) for the full schema, all source types, and every output format.

## Configuration

Expand All @@ -153,8 +153,8 @@ S3-compatible storage, CORS, NetCDF caching, and Flight SQL authentication have
## Documentation

- Docs home: <https://maris-development.github.io/beacon/>
- Getting started: <https://maris-development.github.io/beacon/docs/1.6.0/getting-started.html#local>
- Query reference: <https://maris-development.github.io/beacon/docs/1.6.0/api/querying/>
- Getting started: <https://maris-development.github.io/beacon/docs/1.7.0/getting-started.html#local>
- Query reference: <https://maris-development.github.io/beacon/docs/1.7.0/api/querying/>
- Community Slack: [join here](https://beacontechnic-wwa5548.slack.com/join/shared_invite/zt-2dp1vv56r-tj_KFac0sAKNuAgUKPPDRg)

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion beacon-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "beacon-api"
version = "1.6.2"
version = "1.7.0"
edition = "2021"

[target.'cfg(not(windows))'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion beacon-arrow-netcdf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "beacon-arrow-netcdf"
version = "1.6.0"
version = "1.7.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion beacon-arrow-odv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "beacon-arrow-odv"
version = "1.6.0"
version = "1.7.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion beacon-arrow-zarr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "beacon-arrow-zarr"
version = "1.6.0"
version = "1.7.0"
edition = "2024"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion beacon-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "beacon-common"
version = "1.6.0"
version = "1.7.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion beacon-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "beacon-config"
version = "1.6.0"
version = "1.7.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion beacon-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "beacon-core"
version = "1.6.0"
version = "1.7.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion beacon-data-lake/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "beacon-data-lake"
version = "1.6.0"
version = "1.7.0"
edition = "2024"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion beacon-datafusion-ext/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "beacon-datafusion-ext"
version = "1.6.0"
version = "1.7.0"
edition = "2024"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion beacon-formats/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "beacon-formats"
version = "1.6.0"
version = "1.7.0"
edition = "2024"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion beacon-functions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "beacon-functions"
version = "1.6.0"
version = "1.7.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion beacon-iceberg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "beacon-iceberg"
version = "1.6.0"
version = "1.7.0"
edition = "2024"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion beacon-object-storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "beacon-object-storage"
version = "1.6.0"
version = "1.7.0"
edition = "2024"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion beacon-planner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "beacon-planner"
version = "1.6.0"
version = "1.7.0"
edition = "2024"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion beacon-query/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "beacon-query"
version = "1.6.0"
version = "1.7.0"
edition = "2021"

[dependencies]
Expand Down
Loading
Loading