Blueprint-uServices / blueprint

Blueprint Microservices Compiler: Flexible and Configurable Open-Source Microservice Benchmark Applications
https://blueprint-uservices.github.io
BSD 3-Clause "New" or "Revised" License
21 stars 5 forks source link

[Applications] Use bson.D directly in DSB applications instead of strings / json #114

Closed JonathanMace closed 11 months ago

JonathanMace commented 11 months ago
  1. Convert the workflow specs of the DSB apps to pass bson.D objects directly to nosqldbs rather than doing funky string / json conversions.
  2. Remove ParseNoSQLDBQuery from backend/nosqldb.go as we don't want to encourage this approach; at a minimum move it into the workflow spec code of whichever applications use it.
vaastav commented 11 months ago

Implemented in #125