Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base Rust backend implementation #216

Merged
merged 55 commits into from
Oct 24, 2024
Merged

Base Rust backend implementation #216

merged 55 commits into from
Oct 24, 2024

Conversation

limemloh
Copy link
Contributor

@limemloh limemloh commented Sep 24, 2024

Purpose

This PR sets a base implementation for a new backend written in Rust.
It provides the main structure of the project and enough of the indexer and API for multiple contributors to start collaborating on the implementation.

backend-rust/README.md Outdated Show resolved Hide resolved
backend-rust/.env Outdated Show resolved Hide resolved
backend-rust/Cargo.toml Show resolved Hide resolved
backend-rust/README.md Show resolved Hide resolved
backend-rust/rustfmt.toml Outdated Show resolved Hide resolved
backend-rust/src/bin/ccdscan-api.rs Outdated Show resolved Hide resolved
backend-rust/src/bin/ccdscan-indexer.rs Outdated Show resolved Hide resolved
backend-rust/src/graphql_api.rs Show resolved Hide resolved
backend-rust/src/indexer.rs Outdated Show resolved Hide resolved
rust-toolchain.toml Outdated Show resolved Hide resolved
Copy link
Member

@DOBEN DOBEN left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done. I big piece of work and something to start with.

backend-rust/README.md Show resolved Hide resolved
backend-rust/README.md Show resolved Hide resolved
backend-rust/migrations/0001_initialize.up.sql Outdated Show resolved Hide resolved
backend-rust/migrations/0001_initialize.up.sql Outdated Show resolved Hide resolved
backend-rust/docker-compose.yml Show resolved Hide resolved
backend-rust/migrations/0001_initialize.up.sql Outdated Show resolved Hide resolved
backend-rust/src/indexer.rs Outdated Show resolved Hide resolved
backend-rust/src/bin/ccdscan-indexer.rs Outdated Show resolved Hide resolved
backend-rust/src/graphql_api.rs Outdated Show resolved Hide resolved
@limemloh limemloh requested a review from td202 October 11, 2024 12:50
Copy link
Member

@DOBEN DOBEN left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done. Since this PR already includes updates to the front-end that partially request the data from the new Rust backend database, it might be best to keep the PR open as a feature branch (not adding code to this PR so). We can merge the coming PRs into this PR until we're ready to roll out the new backend.

@limemloh limemloh merged commit 759f1c4 into main Oct 24, 2024
4 checks passed
@limemloh limemloh deleted the rust-backend branch October 24, 2024 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants