{"id":20802211,"url":"https://github.com/picadoh/boots","last_synced_at":"2025-05-07T00:45:53.214Z","repository":{"id":225882950,"uuid":"66157960","full_name":"picadoh/boots","owner":"picadoh","description":"Example integration of Spring Boot and Cassandra through Docker","archived":false,"fork":false,"pushed_at":"2024-08-21T21:22:14.000Z","size":28,"stargazers_count":3,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T04:41:13.258Z","etag":null,"topics":["api","cassandra","java","rest","spring","spring-boot"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/picadoh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-08-20T16:57:38.000Z","updated_at":"2024-08-21T21:22:17.000Z","dependencies_parsed_at":"2024-03-04T20:12:56.260Z","dependency_job_id":"9a817d9c-107b-4fa2-a2bb-360db20356e5","html_url":"https://github.com/picadoh/boots","commit_stats":null,"previous_names":["picadoh/boots"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picadoh%2Fboots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picadoh%2Fboots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picadoh%2Fboots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picadoh%2Fboots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/picadoh","download_url":"https://codeload.github.com/picadoh/boots/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252793564,"owners_count":21805054,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","cassandra","java","rest","spring","spring-boot"],"created_at":"2024-11-17T18:28:49.821Z","updated_at":"2025-05-07T00:45:53.208Z","avatar_url":"https://github.com/picadoh.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Introduction\n\nThis project is a simple Spring Boot application that accesses a Cassandra cluster.\n\n**Requirements:**\n\n- Docker\n- Java 21\n\n### Start Cassandra\n\n```shell\ndocker-compose up -d\n```\n\n### Start the application\n\n```shell\n./mvnw spring-boot:run\n```\n\nAccess http://localhost:8080 to see the data just inserted into the database.\n\n### Local data setup\n\nThe table is pre-populated locally once the application starts. To manipulate the data, it can\nbe done via `cqlsh` as follows:\n\n```shell\ndocker exec -it boots-cassandra-1 bash\nroot# cqlsh\ncqlsh$ INSERT INTO localks.people (id, name) values ('FOO123', 'Jane');\ncqlsh$ INSERT INTO localks.people (id, name) values ('BAR567', 'Joe');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicadoh%2Fboots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpicadoh%2Fboots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicadoh%2Fboots/lists"}