Skip to content

wenex-org/platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How To Run Wenex Platform

clone project

git clone https://github.com/wenex-org/platform.git

Get platform submodules:

npm run git:clone

Installation

1. Install Dependencies

Ensure you have pnpm installed, then run:

pnpm install

2. Start Docker Containers

Download and run the required Docker containers:

docker-compose -f docker/docker-compose.yml up -d

3. Set Up Kafka Cluster

Initialize the Kafka cluster:

npm run script:kafka-connect

4. Clean and Seed Database

Initialize EMQX and MinIO, then clean and seed the database:

npm run db:clean && npm run db:seed
npm run storage:init && npm run utility:init

5. Run Microservices

Start the microservices in development mode:

npm run start:dev auth
npm run start:dev context
npm run start:dev identity
npm run start:dev domain
npm run start:dev essential
npm run start:dev financial
npm run start:dev special
npm run start:dev general
npm run start:dev touch
npm run start:dev gateway
npm run start:dev watcher
npm run start:dev preserver
npm run start:dev observer
npm run start:dev dispatcher

Notes

  • Ensure Docker is running before starting the services.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages