https://github.com/shutterstock/shutterstock-heatmap-toolkit
Shutterstock's interactive heatmap toolkit powered by heatmap.js and Solr
https://github.com/shutterstock/shutterstock-heatmap-toolkit
heatmaps solr
Last synced: 13 days ago
JSON representation
Shutterstock's interactive heatmap toolkit powered by heatmap.js and Solr
- Host: GitHub
- URL: https://github.com/shutterstock/shutterstock-heatmap-toolkit
- Owner: shutterstock
- License: mit
- Created: 2014-05-20T19:13:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T22:40:25.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T02:51:21.662Z (about 1 month ago)
- Topics: heatmaps, solr
- Language: JavaScript
- Size: 3.76 MB
- Stars: 37
- Watchers: 38
- Forks: 8
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
shutterstock-heatmap-toolkit
============================Shutterstock's interactive heatmap toolkit powered by heatmap.js and Solr
* [Heatmap.js](http://www.patrick-wied.at/static/heatmapjs/)
* [Apache Solr](https://lucene.apache.org/solr/)### 1. Build and Run Solr
# (note, you'll need to have java and maven installed to run solr)
cd solr
./build.sh
# (update run.sh if necessary to set your path to solr's config)
./run.sh### 2. Index Sample Data
./index.sh
### 3. Build and run the web server
install rockstack from http://www.rockstack.org/
CENTOS/RHEL Instructions:bash -c "$(curl -fsSL https://raw.github.com/rockstack/utils/master/install)"
sudo yum install rock-runtime-node010cd web
rock build
rock run bin/server.js### 4. Install the Heatmap Tool Bookmarklet in Chrome or Firefox
goto: http://yourserver:8080/install.html
copy the bookmarklet code
create a new bookmark
edit the bookmark and copy the bookmarket code into the url### 5. Try out the heatmap tool
Open a browser to any site on the internet
click on the bookmark in your browser to open the tool
(Note: on HTTPS you may need to configure your browser
to load script from non-secure sources for this demo to run)## License
[MIT](LICENSE) © 2017 Shutterstock Images, LLC