{"id":23404722,"url":"https://github.com/redis-developer/acct-ac-demo","last_synced_at":"2026-04-12T05:34:16.923Z","repository":{"id":269095873,"uuid":"906393417","full_name":"redis-developer/acct-ac-demo","owner":"redis-developer","description":"Demo of Redis auto-complete functionality","archived":false,"fork":false,"pushed_at":"2024-12-20T21:09:19.000Z","size":159,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-03T19:28:19.228Z","etag":null,"topics":["docker","docker-compose","node-redis","nodejs","redis","search"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/redis-developer.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,"publiccode":null,"codemeta":null}},"created_at":"2024-12-20T20:01:29.000Z","updated_at":"2024-12-20T21:09:22.000Z","dependencies_parsed_at":"2024-12-26T02:45:28.159Z","dependency_job_id":"47ab06ce-deb2-464b-9082-cd7fa88886fd","html_url":"https://github.com/redis-developer/acct-ac-demo","commit_stats":null,"previous_names":["redis-developer/acct-ac-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/redis-developer/acct-ac-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis-developer%2Facct-ac-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis-developer%2Facct-ac-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis-developer%2Facct-ac-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis-developer%2Facct-ac-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redis-developer","download_url":"https://codeload.github.com/redis-developer/acct-ac-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis-developer%2Facct-ac-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31705574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T05:11:36.334Z","status":"ssl_error","status_checked_at":"2026-04-12T05:11:27.332Z","response_time":58,"last_error":"SSL_read: 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":["docker","docker-compose","node-redis","nodejs","redis","search"],"created_at":"2024-12-22T13:15:30.447Z","updated_at":"2026-04-12T05:34:16.908Z","avatar_url":"https://github.com/redis-developer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redis Account Auto-complete\n\n## Contents\n1.  [Summary](#summary)\n2.  [Features](#features)\n3.  [Prerequisites](#prerequisites)\n4.  [Installation](#installation)\n5.  [Usage](#usage)\n6.  [Screenshots](#screenshots)\n\n\n## Summary \u003ca name=\"summary\"\u003e\u003c/a\u003e\nThis is a Javascript-based demo of Redis Suggest functionality.  Synthetic account data is generated with Faker (1M accounts).  Each account has the following fields:  \n- name:         fake account name\n- subsidiary:   fake account name\n- region:       one of the continents\n- branch code:  'B-' and a random 5 character alphanumeric\n- internal code: 'I-' and a random 5 character alphanumeric\n\nName, subsidiary, branch and internal code are all added to 1 Redis Suggest dictionary.  Each dictionary entry has a payload field equal to the full colon-separated concatenation of all the fields for that account.  Example:\n```bash\n\u003e FT.SUGGET acctDict Weis WITHPAYLOADS\n1) \"Weissnat Inc\"\n2) \"Kerluke, Auer and Altenwerth:Weissnat Inc:Asia:B-YV4ev:I-rdW1C\"\n3) \"Weissnat LLC\"\n4) \"Weissnat LLC:Robel, Runolfsdottir and Smitham:North America:B-lpgjB:I-hhC3y\"\n5) \"Weissnat - Von\"\n6) \"Weissnat - Von:Hackett - Ankunding:Africa:B-rr7TE:I-KTQva\"\n7) \"Weissnat - Toy\"\n8) \"Kessler - Roberts:Weissnat - Toy:North America:B-cRmYJ:I-CIbiI\"\n9) \"Weissnat - Kub\"\n10) \"Tromp LLC:Weissnat - Kub:Africa:B-NLKgE:I-vw78X\"\n```\n\n\n## Features \u003ca name=\"features\"\u003e\u003c/a\u003e\n- ExpressJS-based REST API server, synthetic data generation + load functionality, and HTML GUI to demonstrate address autocomplete.\n\n## Prerequisites \u003ca name=\"prerequisites\"\u003e\u003c/a\u003e\n- Docker\n- Docker Compose\n\n## Installation \u003ca name=\"installation\"\u003e\u003c/a\u003e\n```bash\ngit clone git@github.com:redis-developer/acct-ac-demo.git \u0026\u0026 cd acct-ac-demo\n```\n\n## Usage \u003ca name=\"usage\"\u003e\u003c/a\u003e\n### Start-up\n```bash\n./start.sh\n```\n### Shutdown\n```bash\n./stop.sh\n```\n### GUI Access\n```bash\nhttp://localhost:8000\n```\n## Screenshots\n### Data Load\nThis screen is displayed until all 1M entries have been loaded into Redis.\n![load](./images/load.png)\n### Name Auto-complete (Account or Subsidiary)\n![name](./images/name.png)\n### Branch Code Auto-complete (Account or Subsidiary)\n![code](./images/code.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredis-developer%2Facct-ac-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredis-developer%2Facct-ac-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredis-developer%2Facct-ac-demo/lists"}