Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port astarte_pairing to Xandra #268

Open
rbino opened this issue Mar 5, 2020 · 0 comments · May be fixed by #834
Open

Port astarte_pairing to Xandra #268

rbino opened this issue Mar 5, 2020 · 0 comments · May be fixed by #834
Labels
app:pairing This issue or pull request is about astarte_pairing application database This issue or pull request is about database (e.g. schema change, queries, support, etc...) good first issue Good for newcomers internals This issue or pull request is about implementation details
Milestone

Comments

@rbino
Copy link
Collaborator

rbino commented Mar 5, 2020

In light of the gradual demise of CQEx in favor of Xandra, astarte_pairing should be adapted to use Xandra instead of CQEx.

This mainly translates to:

  • Add Xandra as a dependency
  • Start the Xandra connection
  • Translate all queries from CQEx to Xandra, both in lib and in test.

To see an example of a service already using Xandra, have a look at astarte_housekeeping (and this PR 8a5fbd52aecd where the replacement of CQEx with Xandra happened)

@rbino rbino added app:pairing This issue or pull request is about astarte_pairing application database This issue or pull request is about database (e.g. schema change, queries, support, etc...) good first issue Good for newcomers labels Mar 5, 2020
@rbino rbino added this to the v1.2 milestone Jan 17, 2023
@rbino rbino added the internals This issue or pull request is about implementation details label Jan 17, 2023
@bettio bettio modified the milestones: v1.2, v1.3 Jun 19, 2023
@noaccOS noaccOS linked a pull request Aug 18, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app:pairing This issue or pull request is about astarte_pairing application database This issue or pull request is about database (e.g. schema change, queries, support, etc...) good first issue Good for newcomers internals This issue or pull request is about implementation details
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants