oxigraph sparql api serverless:可以在AWS Lambda和API Gateway上使用Oxigraph将rust程序部署为SPA
oxigraph-sparql-api-serverless 这是rust程序,可以使用AWS Lambda上的和API Gateway将其部署为SPARQL Endpoint的Web API。 使用Docker进行构建 $ cp YOUR_TURTLE_FILE_PATH rdf/dump.ttl $ docker image build -t oxigraph-build -f Dockerfile.build . $ docker container run --rm -v $PWD:/code -v $HOME/.cargo/registry:/root/.cargo/registry -v $HOME/.cargo/git:/root/.cargo/git oxigraph-build 使用SAM CLI在AWS上进行部署 $ sam package --template-f
文件列表
oxigraph-sparql-api-serverless-master.zip
(预估有个11文件)
oxigraph-sparql-api-serverless-master
template.yaml
1KB
.gitignore
33B
README.md
883B
build.sh
244B
.gitmodules
95B
Cargo.toml
632B
rdf
dump.ttl
10.37MB
src
暂无评论