generator-jhipster-yugabytedb
v1.0.5
Published
Jhipster blueprint generator that adds YugabyteDB (distributed SQL) support. You can use this generator as `jhipster --blueprints yugabytedb`
Downloads
17
Maintainers
Readme
generator-jhipster-yugabytedb
JHipster YugabyteDB Distributed SQL blueprint
This is a JHipster blueprint that adds YugabyteDB (distributed SQL) support. This blueprint generates a JHipster application with YugabyteDB as the database. It supports both YSQL and YCQL APIs.
Installation and Usage
- Install yugabytedb
npm install -g generator-jhipster-yugabytedb
- Create a new folder for your application
- Start the application scaffolding with the command
yugabytedb
/ybdb
- To generate the Kubernetes manifests, run the following command
yugabytedb k8s
/ybdb k8s
Alternatively, if you already have JHipster installed, you can use this blueprint with:
- To generate a new application
$ jhipster --blueprints yugabytedb
- To deploy to a Kubernetes runtime
$ jhipster --blueprints yugabytedb k8s