https://github.com/wey-gu/nebula-cdk
Early Alpha: The NebulaGraph AWS CDK/CDK8s Construct.
https://github.com/wey-gu/nebula-cdk
aws cdk cdk8s hacktoberfest iac nebulagraph
Last synced: 2 months ago
JSON representation
Early Alpha: The NebulaGraph AWS CDK/CDK8s Construct.
- Host: GitHub
- URL: https://github.com/wey-gu/nebula-cdk
- Owner: wey-gu
- License: apache-2.0
- Created: 2023-09-21T14:57:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T17:39:47.000Z (almost 3 years ago)
- Last Synced: 2026-01-23T16:19:40.843Z (6 months ago)
- Topics: aws, cdk, cdk8s, hacktoberfest, iac, nebulagraph
- Language: TypeScript
- Homepage:
- Size: 367 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NebulaGraph CDK
[](https://github.com/vesoft-inc/nebula) [](https://docs.aws.amazon.com/cdk/) [](https://cdk8s.io/) [](https://github.com/wey-gu/nebula-cdk/releases) [](https://www.npmjs.com/package/nebula-cdk)
## Installation
```bash
npm install -g aws-cdk cdk8s-cli
npm install nebula-cdk
```
## CDK8s
See [examples/cdk8s](examples/cdk8s)
## EKS
See [examples/cdk](examples/cdk)
## Useful commands
* `npm run build` compile typescript to js
* `npm run watch` watch for changes and compile
* `npm run test` perform the jest unit tests
* `cdk deploy` deploy this stack to your default AWS account/region
* `cdk diff` compare deployed stack with current state
* `cdk synth` emits the synthesized CloudFormation template