-
Notifications
You must be signed in to change notification settings - Fork 61
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
Amazon Keyspaces as a backend #120
Comments
For those interested, I got it working following instructions in this page : https://docs.aws.amazon.com/keyspaces/latest/devguide/using_go_driver.html Had to modify cassandra.go Init function adding these lines...
I see prebid-cache now reading and writing to Amazon Keyspaces. Note that I also had to manually create the table in Amazon Keyspaces. |
Thanks for posting a solution @pboisso - will keep this issue open and add to docs somewhere. |
@pboisso We have not forgotten about this request, but it is relatively low on our priority list. If you (or anyone) needs it sooner than we can get to it, you're welcomed to open a PR. |
Hi,
I'm wondering if anyone successfully ran prebid-cache using an AWS Keyspaces managed cache backend?
My first try is resulting in this error : Error creating Cassandra backend: gocql: unable to create session: unable to discover protocol version: dial tcp 3.234.248.205:9042: i/o timeout
Hosts and keyspace settings were defined the config.yaml
Any insights would be helpful. Thanks.
The text was updated successfully, but these errors were encountered: