Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-21T17:39:47.000Z (over 1 year ago)
- Last Synced: 2024-12-20T12:48:09.994Z (13 days 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
[![for NebulaGraph](https://img.shields.io/badge/Toolchain-NebulaGraph-blue)](https://github.com/vesoft-inc/nebula) [![AWS CDK](https://img.shields.io/badge/AWS--CDK-Supported-brightgreen)](https://docs.aws.amazon.com/cdk/) [![CDK8s](https://img.shields.io/badge/CDK8s-Supported-brightgreen)](https://cdk8s.io/) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/wey-gu/nebula-cdk?label=Version)](https://github.com/wey-gu/nebula-cdk/releases) [![npm](https://img.shields.io/npm/v/nebula-cdk.svg)](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