AlexandruBurlacu / distributed-systems-labs

See the name
MIT License
0 stars 0 forks source link

Make it possible to use Query Strings when GETing data from the Data Warehouse #8

Closed AlexandruBurlacu closed 5 years ago

AlexandruBurlacu commented 5 years ago

Fix the current errors with the readerservice and find a way to access the query-string parameters. Also find a way to use them when searching in the Database, for Cassandra/ScyllaDB is a bitch.

AlexandruBurlacu commented 5 years ago

All is left is to enable search in the DB

AlexandruBurlacu commented 5 years ago

Fixed the problem, but I believe now the issue is how the results from the DB are parsed to JSON strings

AlexandruBurlacu commented 5 years ago
reader-service.run=> (->> result vec json/generate-string)

Exception Cannot generate 41e9dc7e-e27c-4337-8cc7-b4485aadb803  clj_json.JsonExt.generate (:-1)

Need to add a function to convert the #uuid to string