scylladb / serverless-examples

Code examples for ScyllaDB Cloud Serverless platform.
Apache License 2.0
2 stars 2 forks source link

Rust serverless example #9

Open Gor027 opened 1 year ago

Gor027 commented 1 year ago

The configuration file config_data.yaml is generated by scylla-ccm. A single-DC serverless cluster can be created as follows:

ccm create ccm_12 -i 127.0.1. -n 1 --scylla -v release:4.6.9
ccm start --sni-proxy --sni-port 7777

The generated configuration files ccm saves in ~/.ccm/ccm_12

avelanarius commented 1 year ago

ping @rjeczalik (I will also review it)

rjeczalik commented 1 year ago

Can we also please add a GHA workflow to build / lint the code? (CI part only, we are not going to do any releases with CD) 🙏

(like this one)

Gor027 commented 1 year ago

@rjeczalik Sure, I will add it to this PR.

annastuchlik commented 1 year ago

@rjeczalik @omrivardi Can you merge this PR? The author is not with Scylla anymore, so any updates will have to be made by somebody else.