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

chore: rm the migrations from crates/api #48

Merged
merged 2 commits into from
Aug 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ Features
## Project Structure
The workspace is organized into multiple crates, each responsible for a specific aspect of the exchange:

- xchange-core: Core functionality and shared components
- xchange-auth: User authentication and authorization
- xchange-orderbook: Order book management and matching engine
- xchange-api: RESTful API for interacting with the exchange
- xchange-ws: WebSocket server for real-time data
- xchange-db: Database interactions and management
- crates/core: Core functionality for handling kycs and docs
- crates/engine: Order book management and matching engine
- crates/api: RESTful API for interacting with the exchange
- crates/notif_worker: Worker for handling notifications
- crates/subscriber: Real-time market data streaming from engine
- crates/market_maker: Market maker for providing liquidity
- crates/db: Database interactions and management
- crates/time_db: Time series database for storing historical market data
- crates/monitor: Monitoring and alerting system
- manifests: K8s Configuration files for the exchange

## Getting Started
### Prerequisites
Expand Down
9 changes: 0 additions & 9 deletions crates/api/diesel.toml

This file was deleted.

Empty file removed crates/api/migrations/.keep
Empty file.

This file was deleted.

34 changes: 0 additions & 34 deletions crates/api/migrations/00000000000000_diesel_initial_setup/up.sql

This file was deleted.

2 changes: 0 additions & 2 deletions crates/api/migrations/2024-07-25-034237_users/down.sql

This file was deleted.

18 changes: 0 additions & 18 deletions crates/api/migrations/2024-07-25-034237_users/up.sql

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions crates/api/migrations/2024-07-25-055732_create_post/down.sql

This file was deleted.

7 changes: 0 additions & 7 deletions crates/api/migrations/2024-07-25-055732_create_post/up.sql

This file was deleted.

9 changes: 0 additions & 9 deletions crates/api/migrations/2024-07-25-064300_delete_post/down.sql

This file was deleted.

3 changes: 0 additions & 3 deletions crates/api/migrations/2024-07-25-064300_delete_post/up.sql

This file was deleted.

4 changes: 0 additions & 4 deletions crates/api/migrations/2024-07-27-100150_hash_pass/down.sql

This file was deleted.

4 changes: 0 additions & 4 deletions crates/api/migrations/2024-07-27-100150_hash_pass/up.sql

This file was deleted.

This file was deleted.

This file was deleted.

Loading