RaaS data service mesh is a framework that can automatically generate GraphQL schema for different data sources such as Rest API, databases, and GraphQL and stitch multiple data soruces into one endpoint.
Make sure you installed nodejs:16 before you use the framework
git clone [email protected]:raas/raas-foundation/raas-data-service-mesh-core.git
npm install
the create your data source definition in .meshrc.yml according to GraphQL-Mesh
npm run build
npm run start
RaaS team will provide a CLI tool to help developers to build data services using this framework.
TBD with RaaS CLI