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