Skip to content

Commit

Permalink
Merge branch 'master' into use-embed_migration
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxins authored Jul 4, 2024
2 parents 0cd4aa6 + dc9b487 commit 9adb5d0
Show file tree
Hide file tree
Showing 28 changed files with 58 additions and 56 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Check out
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: 9.0.6
run_install: |
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Check Formatting
run: cargo fmt -- --check
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: 9.0.6
run_install: |
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Check out
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: 9.0.6
run_install: |
Expand Down
44 changes: 22 additions & 22 deletions Cargo.lock

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

12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,19 @@ There are already a number of existing streaming engines out there, including [A
You can get started with a single node Arroyo cluster by running the following docker command:

```
$ docker run -p 8000:8000 ghcr.io/arroyosystems/arroyo-single:latest
$ docker run -p 5115:5115 ghcr.io/arroyosystems/arroyo:latest
```

or if you have Cargo installed, you can use the `arroyo` cli:
or you can download a binary for your platform from the [releases page](https://github.com/ArroyoSystems/arroyo/releases).

For example, for MacOS:

```
$ cargo install arroyo
$ arroyo start
$ curl https://github.com/ArroyoSystems/arroyo/releases/download/v0.11.0/arroyo-macos-m1 -Lo arroyo && chmod +x arroyo
$ ./arroyo cluster
```

Then, load the Web UI at http://localhost:8000.
Then, load the Web UI at http://localhost:5115.

For a more in-depth guide, see the [getting started guide](https://doc.arroyo.dev/getting-started).

Expand Down
2 changes: 1 addition & 1 deletion crates/arroyo-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-api"
version = "0.11.0-dev"
version = "0.12.0-dev"
edition = "2021"
license = "MIT OR Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/arroyo-compiler-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-compiler-service"
version = "0.11.0-dev"
version = "0.12.0-dev"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/arroyo-connectors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-connectors"
version = "0.11.0-dev"
version = "0.12.0-dev"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/arroyo-controller/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-controller"
version = "0.11.0-dev"
version = "0.12.0-dev"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/arroyo-datastream/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-datastream"
version = "0.11.0-dev"
version = "0.12.0-dev"
edition = "2021"


Expand Down
2 changes: 1 addition & 1 deletion crates/arroyo-formats/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-formats"
version = "0.11.0-dev"
version = "0.12.0-dev"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/arroyo-metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-metrics"
version = "0.11.0-dev"
version = "0.12.0-dev"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/arroyo-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-node"
version = "0.11.0-dev"
version = "0.12.0-dev"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/arroyo-openapi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-openapi"
version = "0.11.0-dev"
version = "0.12.0-dev"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/arroyo-operator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-operator"
version = "0.11.0-dev"
version = "0.12.0-dev"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/arroyo-planner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-df"
version = "0.11.0-dev"
version = "0.12.0-dev"
edition = "2021"


Expand Down
2 changes: 1 addition & 1 deletion crates/arroyo-rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-rpc"
version = "0.11.0-dev"
version = "0.12.0-dev"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/arroyo-server-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-server-common"
version = "0.11.0-dev"
version = "0.12.0-dev"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/arroyo-server-common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ use uuid::Uuid;

pub const BUILD_TIMESTAMP: &str = env!("VERGEN_BUILD_TIMESTAMP");
pub const GIT_SHA: &str = env!("VERGEN_GIT_SHA");
pub const VERSION: &str = "0.11.0-dev";
pub const VERSION: &str = "0.12.0-dev";

static CLUSTER_ID: OnceCell<String> = OnceCell::new();

Expand Down
2 changes: 1 addition & 1 deletion crates/arroyo-sql-testing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-sql-testing"
version = "0.11.0-dev"
version = "0.12.0-dev"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/arroyo-state/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-state"
version = "0.11.0-dev"
version = "0.12.0-dev"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/arroyo-storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-storage"
version = "0.11.0-dev"
version = "0.12.0-dev"
edition = "2021"
license = "MIT OR Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/arroyo-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arroyo-types"
version = "0.11.0-dev"
version = "0.12.0-dev"
edition = "2021"

[dependencies]
Expand Down
Loading

0 comments on commit 9adb5d0

Please sign in to comment.