Skip to content

mantis-exchange/mantis-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mantis-docs

Architecture design documents and technical documentation for Mantis Exchange.

Documents

File Description
architecture.md System architecture, service topology, data flow
roadmap.md Development roadmap — 5 phases

Architecture Overview

graph TD
    Web([mantis-web]) --> GW[mantis-gateway]
    Admin([mantis-admin]) --> GW
    GW --> ME[mantis-engine]
    GW --> OS[mantis-order]
    GW --> AC[mantis-account]
    GW --> MD[mantis-market-data]
    OS --> ME
    OS --> AC
    OS --> RS[mantis-risk]
    WL[mantis-wallet] --> AC
    WL --> BC([QFC Chain])
    ME --> K[(Kafka)]
    K --> MD
    K --> OS
    AC --> DB[(PostgreSQL)]
    OS --> DB
    MD --> DB
    WL --> DB
Loading

About

Mantis Exchange - Architecture design, API specs, and technical documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors