scylladb / care-pet

Care Pet IoT ScyllaDB example
https://care-pet.docs.scylladb.com/
Apache License 2.0
47 stars 28 forks source link

feat(rust): refactoring the care-pet with the scylladb driver latest release #148

Closed DanielHe4rt closed 3 months ago

DanielHe4rt commented 3 months ago

Motivation

Since I have a task to setup care-pet in the Instruqt soon, it will be better if the application that the users will be playing with is in the latest release.

It was a jump from scylla-rust-driver 0.3 to 0.13 so the entire project was deprecated.

CheckList

aws-amplify-us-east-2[bot] commented 3 months ago

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-148.d2s1mlfs281q1m.amplifyapp.com

DanielHe4rt commented 3 months ago

Thanks for the review @timkoopmans and @wprzytula! I did the major changes and the only left was the one about caching the queries (mentioned by @wprzytula).

I'll merge it and open a new Pull Request to focus on that only.