内容简介: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》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
编译原理
Alfred V. Aho、Monica S.Lam、Ravi Sethi、Jeffrey D. Ullman / 赵建华、郑滔、戴新宇 / 机械工业出版社 / 2008年12月 / 89.00元
本书全面、深入地探讨了编译器设计方面的重要主题,包括词法分析、语法分析、语法制导定义和语法制导翻译、运行时刻环境、目标代码生成、代码优化技术、并行性检测以及过程间分析技术,并在相关章节中给出大量的实例。与上一版相比,本书进行了全面的修订,涵盖了编译器开发方面的最新进展。每章中都提供了大量的系统及参考文献。 本书是编译原理课程方面的经典教材,内容丰富,适合作为高等院校计算机及相关专业本科生及研......一起来看看 《编译原理》 这本书的介绍吧!