{"id":15349506,"url":"https://github.com/ravening/eventbus","last_synced_at":"2026-02-22T07:34:50.562Z","repository":{"id":117364379,"uuid":"200630822","full_name":"ravening/EventBus","owner":"ravening","description":"Java project for event handling using Event Bus library in Spring Boot","archived":false,"fork":false,"pushed_at":"2021-03-31T21:18:03.000Z","size":56,"stargazers_count":1,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T22:24:10.770Z","etag":null,"topics":["eventbus","eventbus-library","guava-event-bus","java-8","maven","spring-boot","thymeleaf"],"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/ravening.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":"2019-08-05T10:05:55.000Z","updated_at":"2022-01-14T19:45:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"e1b3d9be-a80c-4756-8f55-6ac34a0b0a1e","html_url":"https://github.com/ravening/EventBus","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"6b9a56c07d8439b3cf58c4c0012fc89eea7f47f0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ravening/EventBus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravening%2FEventBus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravening%2FEventBus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravening%2FEventBus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravening%2FEventBus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ravening","download_url":"https://codeload.github.com/ravening/EventBus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravening%2FEventBus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29706569,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T05:59:28.568Z","status":"ssl_error","status_checked_at":"2026-02-22T05:58:46.208Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["eventbus","eventbus-library","guava-event-bus","java-8","maven","spring-boot","thymeleaf"],"created_at":"2024-10-01T11:54:50.486Z","updated_at":"2026-02-22T07:34:50.547Z","avatar_url":"https://github.com/ravening.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Boot Event Bus\n\nThis is a spring boot Java web application which demonstrates\nthe use of Event bus library to handle different types of payment\ntransaction events.\n\n## Getting Started\n\nClone this repository to your local machine and import it into the IDE\nas a maven project. Start the spring boot application and navigate to\nhttp://localhost:8080/ to initiate different kind of payment\ntransactions.\n\n### Prerequisites\n\nYou need to have the following software installed to run this project\n\n```\n1. Git installed in your machine\n2. Java (minimum version 8)\n3. Any IDE\n4. Maven to build the project\n```\n\n### Installing\n\nBelow steps will tell how to run the project\n\nClone the git repository using\n\n```\ngit clone \u003clink\u003e\n```\n\ncd to the downloaded directory and run the below command ot start the project\n\n```\n./mvnw spring-boot:run\n```\n\nNow navigate to your broswer with the following endpoints\n\nTo initiate a cash payment event\n```http request\nhttp://localhost/cash\n```\n\nTo initiate a credit card payment event\n```http request\nhttp://localhost/credit\n```\n\nTo initiate a debit card payment event\n```http request\nhttp://localhost/debit\n```\n\nTo initiate a ideal card payment event\n```http request\nhttp://localhost/ideal\n```\n\n## Running the tests\n\nWill be added later\n\n\n## Deployment\n\nTo deploy this application using tomcat, run the below commands\n\n```bash\nmvn package\n```\n\nThis will generate the jar package in arget folder. Run it using\n\n```bash\njava -jar target/eventbus-0.0.1.jar\n```\n\n## Built With\n\n* [Spring Boot](https://spring.io/projects/spring-boot) - The web framework used\n* [Maven](https://maven.apache.org/) - Dependency Management\n* [Event Bus](https://github.com/google/guava/wiki/EventBusExplained) - Google Guava Event Bus library to handle events\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags). \n\n## Authors\n\n* **Rakesh Venkatesh** - *Initial work* - [rakgenius](https://github.com/rakgenius)\n\n\n## License\n\nThis project is licensed under the Apache License 2.0\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravening%2Feventbus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fravening%2Feventbus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravening%2Feventbus/lists"}