Skip to content

Open-Digital-Twin/ktwin-graph-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KTWIN Graph Store

KTWIN Graph Store service.

Build

docker build -t ghcr.io/open-digital-twin/ktwin-graph-store:0.1 .

Push Container

docker push ghcr.io/open-digital-twin/ktwin-graph-store:0.1

Load in Kind Development Environment

docker build -t dev.local/open-digital-twin/ktwin-graph-store:0.1 .
kind load docker-image dev.local/open-digital-twin/ktwin-graph-store:0.1

CURL Commands

kubectl run curl \
    --image=curlimages/curl --rm=true --restart=Never -ti -- \
    -X GET -v \
    -H "content-type: application/json"  \
    http://ktwin-graph-store.ktwin.svc.cluster.local/api/v1/twin-graph
kubectl run curl \
    --image=curlimages/curl --rm=true --restart=Never -ti -- \
    -X GET -v \
    -H "content-type: application/json"  \
    http://ktwin-graph-store.ktwin.svc.cluster.local/api/v1/twin-graph/ngsi-ld-city-device
kubectl run curl \
    --image=curlimages/curl --rm=true --restart=Never -ti -- \
    -X GET -v \
    -H "content-type: application/json"  \
    http://ktwin-graph-store.ktwin.svc.cluster.local/health

About

KTWIN Graph Cache Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages