Skip to content

Commit

Permalink
Merge pull request #5 from holaplex/mpw/analytics-graphql-server
Browse files Browse the repository at this point in the history
graphql server + stats query, deprecate owner column - wip -
  • Loading branch information
mpwsh authored Aug 19, 2023
2 parents ce89b21 + a8d76f9 commit eedf29e
Show file tree
Hide file tree
Showing 42 changed files with 2,098 additions and 65 deletions.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
DATABASE_URL=postgres://postgres:holaplex@localhost:5437/analytics
POSTGRES_DB=analytics
POSTGRES_PASSWORD=holaplex
CUBE_AUTH_TOKEN=SECRET
CUBE_BASE_URL="http://127.0.0.1:4000/cubejs-api"
KAFKA_BROKERS=127.0.0.1:9092
KAFKA_SSL=false
2 changes: 1 addition & 1 deletion .github/workflows/cargo_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.69.0
toolchain: 1.71.0
override: true
components: cargo, rustc

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: docker/setup-buildx-action@v2
with:
driver-opts: image=moby/buildkit:master
version: v0.10.4
version: v0.11.2
endpoint: ci
-
uses: aws-actions/configure-aws-credentials@v1
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated by Cargo
# will have compiled files and executables
/target/

/schema
# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
Loading

0 comments on commit eedf29e

Please sign in to comment.