-
- Downloads
Walking skeleton for JSON to AQL to JSON
Does not work with RMQ and only single node requests are working for now
Showing
- cmd/query-service/main.go 10 additions, 6 deletionscmd/query-service/main.go
- go.mod 1 addition, 0 deletionsgo.mod
- go.sum 38 additions, 0 deletionsgo.sum
- internal/aql/aql.go 3 additions, 1 deletioninternal/aql/aql.go
- internal/data/jsonQuery.json 17 additions, 0 deletionsinternal/data/jsonQuery.json
- internal/request/request.go 28 additions, 15 deletionsinternal/request/request.go
- result.json 100 additions, 0 deletionsresult.json
- test.json 0 additions, 17 deletionstest.json
... | @@ -3,6 +3,7 @@ module query-service | ... | @@ -3,6 +3,7 @@ module query-service |
go 1.15 | go 1.15 | ||
require ( | require ( | ||
github.com/arangodb/go-driver v0.0.0-20210304082257-d7e0ea043b7f // indirect | |||
github.com/streadway/amqp v1.0.0 | github.com/streadway/amqp v1.0.0 | ||
github.com/stretchr/testify v1.7.0 // indirect | github.com/stretchr/testify v1.7.0 // indirect | ||
github.com/thijsheijden/alice v0.1.5 | github.com/thijsheijden/alice v0.1.5 | ||
... | ... |
internal/data/jsonQuery.json
0 → 100644
result.json
0 → 100644
test.json
deleted
100644 → 0
Please register or sign in to comment