{"id":15103278,"url":"https://github.com/ivpal/prefixy","last_synced_at":"2026-01-19T15:01:57.618Z","repository":{"id":226643163,"uuid":"769263010","full_name":"ivpal/Prefixy","owner":"ivpal","description":"Project demonstrates how to get and update autocomplete suggestions","archived":false,"fork":false,"pushed_at":"2024-03-08T17:32:28.000Z","size":591,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T11:44:58.881Z","etag":null,"topics":["autocomplete","kafka","quarkus","redis","redpanda","suggestions"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ivpal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-03-08T17:19:51.000Z","updated_at":"2024-03-08T17:34:55.000Z","dependencies_parsed_at":"2024-03-08T18:53:10.067Z","dependency_job_id":null,"html_url":"https://github.com/ivpal/Prefixy","commit_stats":null,"previous_names":["ivpal/prefixy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivpal%2FPrefixy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivpal%2FPrefixy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivpal%2FPrefixy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivpal%2FPrefixy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivpal","download_url":"https://codeload.github.com/ivpal/Prefixy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332546,"owners_count":20921853,"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":["autocomplete","kafka","quarkus","redis","redpanda","suggestions"],"created_at":"2024-09-25T19:23:07.118Z","updated_at":"2026-01-19T15:01:57.613Z","avatar_url":"https://github.com/ivpal.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prefixy\n\n![architecture](./architecture.png)\n\nPrefixy is an application that powers autocomplete suggestions. Suggestions dynamically update in response to user selection,\nso users only see the most relevant data. Suggestions are stored in Redis in auto-complete suggestion dictionary. The user's selection is sent as an event to Redpanda.\nEvent processor processes events and updates data in Redis.\n\n## Packaging and running the application\n```shell script\ngit clone https://github.com/ivpal/Prefixy.git\ncd Prefixy/\n```\nYou need Java 21 or higher to package and run the application.\n\nRun the application in dev mode:\n```shell script\ndocker compose -f docker-compose.yml -f docker-compose.dev.yml up -d redpanda redis jaeger-all-in-one\n./gradlew api:quarkusDev\n./gradlew processor:quarkusDev\n```\n\nRun the application in containers:\n```shell script\n./gradlew api:imageBuild\n./gradlew processor:imageBuild\ndocker compose up -d\n```\n\n## Usage\nAfter launching the application, the swagger will be available via the link [http://localhost:8080/q/swagger-ui/#/](http://localhost:8080/q/swagger-ui/#/)\n![swagger](./swagger.png)\n\nIf you want to see traces, go to Jaeger UI via link [http://localhost:16686](http://localhost:16686)\n\n![jaeger](./jaeger.png)\n\n![jaeger-trace](./jaeger-trace.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivpal%2Fprefixy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivpal%2Fprefixy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivpal%2Fprefixy/lists"}