{"id":18668777,"url":"https://github.com/rootdavinalfa/reactivemovie","last_synced_at":"2025-11-06T16:30:39.025Z","repository":{"id":116990382,"uuid":"503225049","full_name":"rootdavinalfa/reactivemovie","owner":"rootdavinalfa","description":"An example of Springboot reactive","archived":false,"fork":false,"pushed_at":"2022-06-14T05:46:54.000Z","size":66,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T18:31:25.228Z","etag":null,"topics":[],"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/rootdavinalfa.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,"publiccode":null,"codemeta":null}},"created_at":"2022-06-14T05:46:49.000Z","updated_at":"2022-06-14T07:06:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"2be0ae97-6643-4dd0-a453-45a632f0f16a","html_url":"https://github.com/rootdavinalfa/reactivemovie","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootdavinalfa%2Freactivemovie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootdavinalfa%2Freactivemovie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootdavinalfa%2Freactivemovie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootdavinalfa%2Freactivemovie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rootdavinalfa","download_url":"https://codeload.github.com/rootdavinalfa/reactivemovie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239498813,"owners_count":19648934,"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":[],"created_at":"2024-11-07T08:44:50.622Z","updated_at":"2025-02-18T15:37:21.784Z","avatar_url":"https://github.com/rootdavinalfa.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reactive Movie\n\nThis is an example of simple reactive API. Using Spring Boot 2.7\n\n## How to\n### What to install\n\n1. Gradle (You can use the wrapper)\n2. Java 17+\n3. Liquibase (Optional)\n\n### Configuration\nYou must change the configuration according to your environment. On application.properties and build.gradle on liquibase section\n\n### Generate Table\nBecause of r2dbc still can't generate schema from code. We use liquibase as our database changelog.\n`gradle update` to generate table or just run the application (Need change the application.properties liquibase)\n\n### Run the application\n\nYou can run the application with `gradle bootRun` for running it without building a jar. or run `gradle bootJar` to build jar file and grab the jar file on build/libs\n\n## Swagger Documentation\nSwagger can be found at /swagger-ui.html\n\n## Technology\n\n### Reactive\nWe leverage reactive technology to provide non-blocking API from db to endpoint\n### R2DBC\nWe use R2DBC because JDBC is blocking API. R2DBC leverage reactive, so we can achieve pure reactive service without blocking our API.\n### Swagger using SpringDoc\nWe use springdoc instead of SpringFox because without some 'hack' springfox can't boot up the SpringBoot 2.6+, so we migrated to springdoc for ease configuration, still need to learn though.\n### Liquibase\nLiquibase is a version control for database. But in this repository, we use this for seeding the data and update our schema. Just that.\n\n## Note\nThis repository is far from perfect. So your input may improve this example.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootdavinalfa%2Freactivemovie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frootdavinalfa%2Freactivemovie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootdavinalfa%2Freactivemovie/lists"}