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.
- 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