Closed raoufchebri closed 2 years ago
@raoufchebri if this change require doc changes or README change, please add them as commits to this PR.
Looks good to me. There is one issue, could be the doc is not updated? When running this according to the documentation here: https://care-pet.docs.scylladb.com/master/getting_started I get:
While for me it is: REATE TABLE carepet.pet ( owner_id uuid, pet_id uuid, address text, age int, breed text, chip_id text, color text, gender text, name text, species text, weight float, PRIMARY KEY (owner_id, pet_id) )
Well spotted @guy9. I updated the additional fields.
@guy9 please review the latest version
Looks good to me, please merge.
congrats @raoufchebri ! happy to see the pet clinic flying even on Mac! :-)
FWIW for M1 you might add a comment that image needs to be changed to
image: scylladb/scylla-nightly
but I know eventually the ARM docker binaries will get to official image: scylladb/scylla, too
so it's just a matter of time/blessing from testing team
Adding the go-app service to the docker-compose. Note that the docker-compose builds the go project (migrate, sensor and server). the purpose is to have a base for the developers to connect to the carepet-scylla * nodes.