Skip to content

v0.10.0

Compare
Choose a tag to compare
@rsachdeva rsachdeva released this 04 Sep 22:22
· 32 commits to main since this release

Full Changelog: https://github.com/rsachdeva/drive-deposits/commits/v0.10.0

Initial release v0.10.0: drive-deposits Financial System

  • Integrated asynchronous components : AWS Lambdas Writer and Reader (Axum), DynamoDB, EventBridge
  • Integrated AWS Rust SDK for seamless AWS service interactions
  • Implemented synchronous components: gRPC (Tonic) and REST (Axum)
  • Established event-driven architecture with AWS EventBridge and EventBus
  • Utilized Tokio for efficient concurrency management
  • Leveraged Rust's built-in performance and safety features
  • Implemented high-performance computing with gRPC, REST and AWS Serverless Components
  • Set up SAM deployment for serverless components
  • Implemented domain-driven design with financial terminology
  • Added sorting capabilities with Top 'k' based on delta growth and maturity date
  • Integrated LocalStack for development and testing along with cargo lambda
  • Implemented comprehensive error handling and logging
  • Implemented base functionality with room for future enhancements
  • README has more detailed information about the system architecture and usage