EasyManage facilitates turning your database directly into a GraphQL API, without writing any code.
Enable Citizen Developers to Build GraphQL APIs without writing code. Customize them at will.
Java, Spring (Full Release)
Code generated for Java, Spring.
Express, Node.js (V2 Release)
Code generated for Express, Node.js, GraphQL (Apollo Server).
Build modern apps & APIs super fast.
Saves your teams months of recurring effort in building, shipping and maintaining APIs.
APIs have Built in Authorization, are blazing fast,
and are ready for external or internal API consumers.
1-Click Build APIs with no-code approach, microservice code is generated along with all the artifacts. We are Java, Spring Stack!
Instantly generate GraphQL APIs for MySQL, SQL Server or other data sources.
The data itself. No More Manual CRUD programming.
Leverage database abstraction directly into frontend, without loosing it in backend.
A Citizen Developer or Database team member can now create APIs from scratch without writing code. With Low-Code, Customize and extend generated APIs.
DbGraphQL focus is backend. API endpoints built can be used along with other tooling & security layers. This cleanly separates the data-centric CRUD operations from other tooling.
Get started on GraphQL without GraphQL expert, Save months of recurring effort.
query {
productTblQuery
(productId: 10) {
productId
productType
productDesc
}
}
mutation {
productTblUpdate
(productId: 10 ,
productTbl1 : {
productId : 10 ,
productType : "Medicine" ,
productDesc : "Ampicillin" ,
}) {
productId
productType
productDesc
}
}
subscription {
notifyproductTblQuery
(productId: 10) {
productId
productType
productDesc
}
}
query {
productTblSelectWhere
( searchBy: " productId > 5 and productType = 'Medicine' and productDesc containsIgnoreCase 'vitamin' " ,
sortBy: " productId Desc " ,
page: 1,
size: 10
) {
productId
productType
productDesc
}
}
@QueryMapping
public List ErpproductTblDataMesh() {
...
System.out.println("Data Mesh Source #1 Record Count: "+ErpproductTblList.size());
// ---- Combine Data With ------ Get data from GraphQL API call
String get_data_url = "http://127.0.0.1:9080/graphql";
WebClient webClient1 = WebClient.builder().baseUrl(get_data_url)
.defaultHeader(HttpHeaders.CONTENT_TYPE, MediaType.APPLICATION_JSON_VALUE).build();
HttpGraphQlClient graphQlClient = HttpGraphQlClient.builder(webClient1).build();
...
@MutationMapping
@PreAuthorize("hasRole('USER') or hasRole('ADMIN')")
public productTbl productTblUpdate(@Argument("productId") long productId, @Argument("productTbl1") productTbl productTbl1)
throws Exception
{
1-Click Develop New APIs, API Code for Spring GraphQL is generated, ready for deployment. Supports all data types. Support for Files and Media.
Connect to Anything: Connect faster with out-of-the-box database schema capture and generating API assets. Leverage Db Connectors and APIs to integrate with any database or app.
Customize and extend APIs with Low-Code Development. Integrate Legacy & Open Source Apps. Reduce Integration Costs.
With Low-Code, build complex API solutions, customize code. Use generated code parts & libraries for APIs such as code artifacts for Spring.
Workspaces & Collaboration: Create workspaces for team members to collaborate. Teams can distribute and sync up development work.
Developing New APIs ? Moving Legacy Apps to Cloud and Integrating with other apps ? Save Time and Save Costs, compared with traditional methods.
Productivity Up
Time Saved
Costs Saved
*! Projected time and cost savings as per internal standard trials, db tables available. Results may vary for customer specific environments.
Organizations widely use APIs to improve efficiency and profitability by optimizing resources
and opening new revenue opportunities through the wider digital ecosystem.
EasyManage solves the critical step of "Create" API in No-Code way of building Microservices.
" EasyManage No-Code approach for APIs is a major breakthru, Microservices code is generated along with all the artifacts, ready to deploy. "
Quickly build any custom business software with No-Code Low-Code APIs.
Enable Citizen Developers to Build APIs without writing code.
Customize Generated Code in Spring Boot Rest with Low-Code.
Generate and use Spring Data JPA GraphQL APIs Low-Code.
Composable API building blocks. Use components from multiple data sources to compose new applications.
Merge data from multiple database sources or tables into a single API call. Build with Low-Code in few hours, not days.
Leverage No-Code built API endpoints, and Build Business Logic APIs with Low-Code in few hours, not days.
Secure every API endpoint with Spring Security, or integrate any desired authentication service such as OAuth2, OAuth, AuthO, Okta.
Integrate with WSO2 API Manager or other tools.
No Credit Card Required.
#! Restrictions Apply
For any help or support, Please email to info@easymanage.com.