Closed AlexandruBurlacu closed 5 years ago
All is left is to enable search in the DB
Fixed the problem, but I believe now the issue is how the results from the DB are parsed to JSON strings
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
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.