-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
15 lines (15 loc) · 861 Bytes
/
package.json
File metadata and controls
15 lines (15 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name": "bhankol",
"version": "1.0.0",
"description": "1. Set up an Elastic Kubernetes Cluster on AWS using [this](eks.yml) 2. Install JupyterHub `helm install jupyterhub jupyterhub/jupyterhub --namespace=bhankol` 3. Install Airflow `helm install --name bhankol-airflow stable/airflow --namespace=bhankol` 4. Install Atlas `helm install --name bhankol-atlas stable/apache-atlas --namespace=bhankol` 5. Install OrientDB `helm install --name bhankol-orientdb orientdb bitnami/orientdb --set persistence.enabled=true,persistence.Size=200Gi --namespace=bhankol` 6. Install Kubeflow `helm install --name bhankol-kubeflow kubeflow/kubeflow --namespace=bhankol`",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "",
"dependencies": {
"hive-stream": "^2.0.6",
"kafkajs": "^2.2.4",
"neo4j-driver": "^5.9.0"
}
}