{"id":20141486,"url":"https://github.com/michaelborn/yelpitup-meilisearch","last_synced_at":"2026-03-19T14:05:22.765Z","repository":{"id":86836553,"uuid":"504168784","full_name":"michaelborn/YelpItUp-Meilisearch","owner":"michaelborn","description":"A sample Meilisearch app using cbMeilisearch and the Yelp sample dataset","archived":false,"fork":false,"pushed_at":"2022-08-29T15:42:54.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-30T22:51:06.053Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ColdFusion","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelborn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-16T13:34:43.000Z","updated_at":"2023-04-07T16:47:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"61c80cd6-7dd4-4eb3-b047-23b6220de3ec","html_url":"https://github.com/michaelborn/YelpItUp-Meilisearch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michaelborn/YelpItUp-Meilisearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FYelpItUp-Meilisearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FYelpItUp-Meilisearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FYelpItUp-Meilisearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FYelpItUp-Meilisearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelborn","download_url":"https://codeload.github.com/michaelborn/YelpItUp-Meilisearch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FYelpItUp-Meilisearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30091779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T19:41:02.502Z","status":"ssl_error","status_checked_at":"2026-03-04T19:40:05.550Z","response_time":59,"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":[],"created_at":"2024-11-13T21:57:28.380Z","updated_at":"2026-03-04T20:33:35.475Z","avatar_url":"https://github.com/michaelborn.png","language":"ColdFusion","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YelpItUp\n\nA sample Meilisearch app using the [Yelp dataset](https://www.yelp.com/dataset/), [Coldbox](https://www.coldbox.org/), and [cbMeilisearch](https://github.com/michaelborn/cbmeilisearch).\n\n![YelpItUp app showing sample Yelp reviews for \"pickle\"](includes/images/yelp-it-up-pickle-search.png)\n\n## Getting Started\n\n1. Clone this repo - `git clone git@github.com:michaelborn/YelpItUp-Meilisearch.git`\n2. [Install CommandBox if you don't have it](https://commandbox.ortusbooks.com/getting-started-guide)\n3. Download the [Yelp dataset](https://www.yelp.com/dataset) and extract to `resources/downloads/yelp_dataset`\n4. Install dependencies - `box install`\n5. [Start up a docker Meilisearch container](#launch-meilisearch)\n6. Copy `.env.example` to `.env`\n7. Start this app - `box start`\n\n### Launch Meilisearch\n\n```bash\n# Fetch the latest version of Meilisearch image from DockerHub\ndocker pull getmeili/meilisearch:v0.28\n\n# Launch Meilisearch in development mode with a master key\ndocker run --detach --rm \\\n    -p 7700:7700 \\\n    -e MEILI_MASTER_KEY='mySecretKey'\\\n    -v $(pwd)/meili_data:/meili_data \\\n    getmeili/meilisearch:v0.28 \\\n    meilisearch --env=\"development\"\n```\n\n## The Good News\n\n\u003e For all have sinned, and come short of the glory of God ([Romans 3:23](https://www.kingjamesbibleonline.org/Romans-3-23/))\n\n\u003e But God commendeth his love toward us, in that, while we were yet sinners, Christ died for us. ([Romans 5:8](https://www.kingjamesbibleonline.org/Romans-5-8))\n\n\u003e That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved. ([Romans 10:9](https://www.kingjamesbibleonline.org/Romans-10-9/))\n \n## Repository\n\nCopyright 2020 (and on) - [Michael Born](https://michaelborn.me/)\n\n* [Homepage](https://github.com/michaelborn/YelpItUp-Meilisearch/)\n* [Issue Tracker](https://github.com/michaelborn/YelpItUp-Meilisearch/issues)\n* [New BSD License](https://github.com/michaelborn/YelpItUp-Meilisearch/src/master/LICENSE.txt)\n\n[![cfmlbadges](https://cfmlbadges.monkehworks.com/images/badges/made-with-cfml.svg)](https://cfmlbadges.monkehworks.com) [![cfmlbadges](https://cfmlbadges.monkehworks.com/images/badges/tested-with-testbox.svg)](https://cfmlbadges.monkehworks.com) [![cfmlbadges](https://cfmlbadges.monkehworks.com/images/badges/powered-by-coffee.svg)](https://cfmlbadges.monkehworks.com) [![cfmlbadges](https://cfmlbadges.monkehworks.com/images/badges/i-can-bench-press-ben-nadel.svg)](https://cfmlbadges.monkehworks.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelborn%2Fyelpitup-meilisearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelborn%2Fyelpitup-meilisearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelborn%2Fyelpitup-meilisearch/lists"}