Skip to content

Commit

Permalink
Merge branch 'main' into ayush/1328
Browse files Browse the repository at this point in the history
  • Loading branch information
ddimaria authored May 22, 2024
2 parents fb42c6b + a3dae12 commit 9e0d68e
Show file tree
Hide file tree
Showing 67 changed files with 3,286 additions and 1,055 deletions.
1 change: 1 addition & 0 deletions .github/workflows/production-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'quadratic-files/**'
- 'quadratic-core/**'
- 'quadratic-rust-shared/**'
- 'infra/**'

# Use runs on `ubuntu-latest-8-cores`. All of our self hosted runners use this tag.
# Our runners pick up jobs first, and if all our runners are being used or are down
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

## ![quadratic icon small](https://user-images.githubusercontent.com/3479421/162039117-02f85f2c-e382-4ed8-ac39-64efab17a144.svg) **_The infinite multiplayer spreadsheet, with Python, SQL, and AI_**

Modern multiplayer spreadsheet with Python, AI, and SQL built-in.
Modern multiplayer spreadsheet with Python, AI, and SQL built-in.

Built with Rust + WASM + WebGL to run seamlessly at 60+ FPS in the browser.
Built with Rust + WASM + WebGL to run seamlessly at 60+ FPS in the browser.

Get from data to insight more effectively as a team.
Get from data to insight more effectively as a team.

<img width="1552" alt="Quadratic in a standalone macOS window; users are working together on a spreadsheet to measure the life expectancy in Canada." src="https://github.com/quadratichq/quadratic/assets/146771258/35724976-5d2b-46f9-b9e9-3fe19468b1af">

Expand Down Expand Up @@ -48,8 +48,8 @@ _Quadratic is in Beta._
- [x] Undo / Redo (issue [#42](https://github.com/quadratichq/quadratic/issues/42))
- [x] Multiplayer Support
- [x] Charts and Graphs
- [x] Teams support
- [ ] JS support
- [x] Teams support
- [ ] JS support
- [ ] SQL Database Support
- [ ] AI Auto Complete

Expand Down
1 change: 1 addition & 0 deletions infra/multiplayer/multiplayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const instance = new aws.ec2.Instance("multiplayer-instance", {
instanceType: instanceSize,
iamInstanceProfile: instanceProfileIAMContainerRegistry,
vpcSecurityGroupIds: [multiplayerEc2SecurityGroup.id],
subnetId: subNet1, // Assign a subnet, otherwise a random one will be chosen which could be disconnected from the NLB
ami: latestAmazonLinuxAmi.id,
// Run Setup script on instance boot to create multiplayer systemd service
userDataReplaceOnChange: true,
Expand Down
Loading

0 comments on commit 9e0d68e

Please sign in to comment.