https://github.com/michaelborn/yelpitup-meilisearch
A sample Meilisearch app using cbMeilisearch and the Yelp sample dataset
https://github.com/michaelborn/yelpitup-meilisearch
Last synced: 4 months ago
JSON representation
A sample Meilisearch app using cbMeilisearch and the Yelp sample dataset
- Host: GitHub
- URL: https://github.com/michaelborn/yelpitup-meilisearch
- Owner: michaelborn
- License: bsd-3-clause
- Created: 2022-06-16T13:34:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T15:42:54.000Z (almost 4 years ago)
- Last Synced: 2025-11-30T22:51:06.053Z (7 months ago)
- Language: ColdFusion
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# YelpItUp
A sample Meilisearch app using the [Yelp dataset](https://www.yelp.com/dataset/), [Coldbox](https://www.coldbox.org/), and [cbMeilisearch](https://github.com/michaelborn/cbmeilisearch).

## Getting Started
1. Clone this repo - `git clone git@github.com:michaelborn/YelpItUp-Meilisearch.git`
2. [Install CommandBox if you don't have it](https://commandbox.ortusbooks.com/getting-started-guide)
3. Download the [Yelp dataset](https://www.yelp.com/dataset) and extract to `resources/downloads/yelp_dataset`
4. Install dependencies - `box install`
5. [Start up a docker Meilisearch container](#launch-meilisearch)
6. Copy `.env.example` to `.env`
7. Start this app - `box start`
### Launch Meilisearch
```bash
# Fetch the latest version of Meilisearch image from DockerHub
docker pull getmeili/meilisearch:v0.28
# Launch Meilisearch in development mode with a master key
docker run --detach --rm \
-p 7700:7700 \
-e MEILI_MASTER_KEY='mySecretKey'\
-v $(pwd)/meili_data:/meili_data \
getmeili/meilisearch:v0.28 \
meilisearch --env="development"
```
## The Good News
> For all have sinned, and come short of the glory of God ([Romans 3:23](https://www.kingjamesbibleonline.org/Romans-3-23/))
> 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))
> 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/))
## Repository
Copyright 2020 (and on) - [Michael Born](https://michaelborn.me/)
* [Homepage](https://github.com/michaelborn/YelpItUp-Meilisearch/)
* [Issue Tracker](https://github.com/michaelborn/YelpItUp-Meilisearch/issues)
* [New BSD License](https://github.com/michaelborn/YelpItUp-Meilisearch/src/master/LICENSE.txt)
[](https://cfmlbadges.monkehworks.com) [](https://cfmlbadges.monkehworks.com) [](https://cfmlbadges.monkehworks.com) [](https://cfmlbadges.monkehworks.com)