https://github.com/michaelborn/yelpitup
A sample Elasticsearch app using CBElasticsearch and the Yelp sample dataset
https://github.com/michaelborn/yelpitup
cfml coldbox coldfusion elasticsearch yelp yelp-dataset
Last synced: 29 days ago
JSON representation
A sample Elasticsearch app using CBElasticsearch and the Yelp sample dataset
- Host: GitHub
- URL: https://github.com/michaelborn/yelpitup
- Owner: michaelborn
- Created: 2020-05-07T13:11:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T17:18:58.000Z (about 4 years ago)
- Last Synced: 2025-03-02T23:30:23.692Z (over 1 year ago)
- Topics: cfml, coldbox, coldfusion, elasticsearch, yelp, yelp-dataset
- Language: ColdFusion
- Size: 118 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YelpItUp
A sample Elasticsearch app using the [Yelp dataset](https://www.yelp.com/dataset/), [Coldbox](https://www.coldbox.org/), and [CBElasticsearch](https://cbelasticsearch.ortusbooks.com/).

For a full description of how this app works, check out my ITB 2020 CBElasticsearch talk [presentation](https://slides.com/michaelborn/power-up-with-cbelasticsearch#/) or [github repo](https://github.com/michaelborn/ITB2020-CBElasticsearch-talk).
## Getting Started
1. Clone this repo - `git clone git@github.com:michaelborn/YelpItUp.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 Elasticsearch container - `docker run -d -p 9210:9200 -e "discovery.type=single-node" elasticsearch:7.6.2`
6. Copy `.env.example` to `.env`
7. Start this app - `box start`
## 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://bitbucket.org/michaelborn_me/cfevents/src/master/)
* [Issue Tracker](https://bitbucket.org/michaelborn_me/cfevents/issues?status=new&status=open)
* [New BSD License](https://bitbucket.org/michaelborn_me/cfevents/src/master/LICENSE.txt)
[](https://cfmlbadges.monkehworks.com) [](https://cfmlbadges.monkehworks.com) [](https://cfmlbadges.monkehworks.com) [](https://cfmlbadges.monkehworks.com)