内容简介:XgeneCloudInstant REST & GraphQL APIs on any Database
XgeneCloud
Instant REST & GraphQL APIs on any Database
Website • Documentation • Newsletter • Discord • Twitter • Download App
Supported Databases
- MySQL, PostgresSQL, MSSQL, SQLite, MariaDb
Usage
Install CLI
$ npm install -g xc-cli
Install & Open GUI (Built in Database & API Client)
$ xc app.install $ xc app.open
GUI Installation Notes
- For Mac : Move the installed application to applications folder
- For Windows : Install into default paths (program files) and open app manually by going to program files.
- For Linux : Install into default path
Generate REST/GraphQL APIs Instantly
$ xc new project-name
For Help
$ xc man
Demo 1 : Generate REST APIs on existing MySQL Database
Demo 2 : GUI for Database Design and Scaffolding APIs
Demo 3 : Generate GraphQL APIs on existing MySQL Database
What is XgeneCloud ?
XgeneCloud consists of Three simple & amazing products :
- An Instant API Framework that can generate REST & GraphQL on any database
- A GUI based fully-featured Database & API Client
- GUI DB Client enables - Point & Click schema design & schema migrations.
- GUI API Client to debug APIs.
- A Hybrid Serverless Framework !
- All APIs generated can be deployed as Serverless Functions on any Cloud Platform!
- This is without changing any change to source code generated.
A Simple Overview
A Detailed Overview
Table Of Contents
- Setup
- Architecture
- REST APIs Framework
- GraphQL API Framework
- Database
- Hybrid Serverless API Framework
- API Client
- CLI
All Demos : Instant APIs on other SQL databases
| Database | REST APIs Demo | GraphQL APIs Demo |
|---|
Feature Demos : Others
| Feature | Links |
|---|---|
| Setup | |
| API Client History | |
| API Client Collections | |
| API Performance Test | |
| Database Client Design | |
| Database Client Migrations | |
| Smart Terminal | |
| Themes : Dark | |
| Themes : Colors | |
| Themes : Custom Colors | |
| Multi Environment project |
Youtube PlayLists
| Playlist | Link |
|---|---|
| Instant Rest APIs | Click here |
| Instant GraphQL APIs | Click here |
| Database Client - Desktop App | Click here |
| Smart Terminal | Click here |
| Themes | Click here |
Serverless Platforms Supported
| Cloud Platform | Serverless | Serverless Containers |
|---|---|---|
| AWS | |
|
| GCP | |
|
| Azure | |
|
| Zeit | ||
| Alibaba | |
Generating REST APIs for MySQL Database Using CLI
Generating REST APIs for MySQL Database Using GUI
Generating REST APIs for Postgres Database Using CLI
Generating REST APIs for Postgres Database Using GUI
Generating REST APIs for MSSQL Database Using CLI
Generating REST APIs for MSSQL Database Using GUI
Generating REST APIs for SQLite Database Using CLI
Coming Soon...
Generating REST APIs for SQLite Database Using GUI
Generating REST APIs for Multiple Databases Using GUI
Scaffolding for a Table
Scaffolding for a Table : CLI
Generating REST APIs for Multiple Databases Using CLI
Generating GraphQL APIs for MySQL Database Using CLI
Generating GraphQL APIs for MySQL Database Using GUI
Generating GraphQL APIs for Postgres Database Using CLI
Generating GraphQL APIs for Postgres Database Using GUI
Generating GraphQL APIs for MSSQL Database Using CLI
Generating GraphQL APIs for MSSQL Database Using GUI
Generating GraphQL APIs for SQLite Database Using CLI
Coming Soon...
Generating GraphQL APIs for SQLite Database Using GUI
Generating GraphQL APIs for Multiple Databases Using GUI
Coming soon...
Generating GraphQL APIs for Multiple Databases Using CLI
Coming soon...
Scaffolding for a Table : GQL
Scaffolding for a Table : GQL CLI
GraphQL : ACL
REST : ACL
Swagger
Setup
API Client History
API Client Collections
API Performance Test
Database Client Design
Database Client Migrations
Smart Terminal
Themes : Dark
Themes : Colors
Themes : Custom Colors
Multi Environment project
Serverless Deployment
AWS Lambda Deployment
-
Open
server/config/default.config.jsand setaws.lambdato true and change other cloud serverless platform values asfalse. -
Install AWS cli & authenticate
-
Open
serverless.ymlfile and do the necessary changes. -
npm run aws:lambda
Azure Function App
npm install -g azure-functions-core-tools npm run azure:deploy
GCP Cloud Function
npm run gcp:fn
Zeit Now
-
Install Zeit now library and authenticate using email.
-
Add
productionenvironment inconfig.xc.json"envs": { "production": { "db": [ { "client": "mysql", "connection": { "host": "localhost", "port": "3306", "user": "root", "password": "password", "database": "sakila" }, "meta": { "tableName": "_evolutions", "dbAlias": "primary" } } ], "api" : {} } }, -
npm run zeit:now
Alibaba Function Compute
- Install
funcli toolnpm install @alicloud/fun -g - Setup alibaba account configuration in cli using
fun config( https://www.alibabacloud.com/help/doc-detail/64204.htm ) - Run
npm run ali:fn:compute fun deploy
以上所述就是小编给大家介绍的《XgeneCloud – Instant REST and GraphQL APIs on Any SQL Database》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
他们以为自己很厉害:12个企业管理陷阱
[法] 克里斯蒂娜•凯德朗 / 王倩 / 人民邮电出版社 / 2018-11 / 69.00元
本书讲述了震惊世界的150个企业管理失败案例,并从产品与服务定位、技术 创新、广告与营销策略、跨文化发展、融资战略到企业文化与员工管理等众多角度, 揭露了商场各种败局的内幕。作者以风趣的笔触讲述了国际知名企业和商界精英们 的惨痛教训,又以专业角度解读了这些失利背后的经济学和管理学因素,给读者带 来了启示。一起来看看 《他们以为自己很厉害:12个企业管理陷阱》 这本书的介绍吧!