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

feat: Implement ScyllaDB Online Store #138

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

msistla96
Copy link
Collaborator

What this PR does / why we need it:

(WIP)
This PR is to implement the ScyllaDB online store for customers seeking a low cost Online Store when compared to Redis.
More details in https://confluence.expedia.biz/display/~msistla/Scylla+DB+Online+Store+Implementation
This PR contains the following changes:

  1. Changes to RepoConfig to support ScyllaDB as an online store.
  2. Changes to setup.py, go.mod and go.sum, Dockerfile, Makefile to add the ScyllaDB specific driver dependency for Python and Go, in order to take advantage of the shard aware functionality it offers. See https://github.com/scylladb/gocql and https://github.com/scylladb/python-driver for more details.
  3. Changes to CassandraOnlineStore in Python.
  4. Addition of CassandraOnlineStore as a new Online Store in Go.

TODO

  1. Add tests
  2. Metrics?

Which issue(s) this PR fixes:

N/A

Fixes

N/A

@msistla96 msistla96 changed the title feat: Implement scylla db online store feat: Implement ScyllaDB Online Store Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant