{"id":16349509,"url":"https://github.com/arojunior/reactive-spring-experiments","last_synced_at":"2026-05-09T14:09:23.356Z","repository":{"id":82619278,"uuid":"125146902","full_name":"arojunior/reactive-spring-experiments","owner":"arojunior","description":"Reactive Rest API with Spring WebFlux and Reactive MongoDB","archived":false,"fork":false,"pushed_at":"2018-03-14T03:00:25.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T12:42:37.898Z","etag":null,"topics":["java","mongodb","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/arojunior.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":"2018-03-14T03:00:07.000Z","updated_at":"2018-03-14T03:00:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"82663044-79cc-4f90-800a-1a2bbaf466ff","html_url":"https://github.com/arojunior/reactive-spring-experiments","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"a760b3fc44c6aa2c42ea2c5a370c34a5d08008fd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arojunior%2Freactive-spring-experiments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arojunior%2Freactive-spring-experiments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arojunior%2Freactive-spring-experiments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arojunior%2Freactive-spring-experiments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arojunior","download_url":"https://codeload.github.com/arojunior/reactive-spring-experiments/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239590219,"owners_count":19664440,"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":["java","mongodb","spring-boot"],"created_at":"2024-10-11T01:00:06.474Z","updated_at":"2025-11-11T14:30:13.474Z","avatar_url":"https://github.com/arojunior.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build Reactive Rest APIs with Spring WebFlux and Reactive MongoDB\n\n## Requirements\n\n1. Java - 1.8.x\n\n2. Maven - 3.x.x\n\n3. MongoDB - 3.x.x\n\nOR\n\n1. Docker\n\n## Steps to Setup (without docker)\n\n```bash\ndocker-compose up -d\n```\n\nThat's it!\n\n## Steps to Setup (without docker)\n\nNote: without docker you should run MongoDB locally\n\n**1. Clone the application**\n\n```bash\ngit clone https://github.com/arojunior/reactive-spring-experiments.git\n```\n\n**2. Build and run the app using maven**\n\n```bash\ncd reactive-spring-experiments\nmvn package\njava -jar target/demo-0.0.1-SNAPSHOT.jar\n```\n\nAlternatively, you can run the app without packaging it using -\n\n```bash\nmvn spring-boot:run\n```\n\n## Exploring the Rest APIs\n\nThe server will start at \u003chttp://localhost:8080\u003e.\n\nThe application defines following REST APIs\n\n```\n1. GET /tweets - Get All Tweets\n\n2. POST /tweets - Create a new Tweet\n\n3. GET /tweets/{id} - Retrieve a Tweet by Id\n\n3. PUT /tweets/{id} - Update a Tweet\n\n4. DELETE /tweets/{id} - Delete a Tweet\n\n4. GET /stream/tweets - Stream tweets to a browser as Server-Sent Events\n```\n\n## Running integration tests\n\nThe project also contains integration tests for all the Rest APIs. For running the integration tests, go to the root directory of the project and type `mvn test` in your terminal.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farojunior%2Freactive-spring-experiments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farojunior%2Freactive-spring-experiments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farojunior%2Freactive-spring-experiments/lists"}