All Projects → shutterstock → Shutterstock Heatmap Toolkit

shutterstock / Shutterstock Heatmap Toolkit

Licence: mit
Shutterstock's interactive heatmap toolkit powered by heatmap.js and Solr

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Shutterstock Heatmap Toolkit

Spark Solr
Tools for reading data from Solr as a Spark RDD and indexing objects from Spark into Solr using SolrJ.
Stars: ✭ 411 (+1010.81%)
Mutual labels:  solr
Blacklight
Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index.
Stars: ✭ 670 (+1710.81%)
Mutual labels:  solr
Solrnet
Solr client for .Net
Stars: ✭ 853 (+2205.41%)
Mutual labels:  solr
Lucene Solr
Apache Lucene and Solr open-source search software
Stars: ✭ 4,217 (+11297.3%)
Mutual labels:  solr
Php Docker Boilerplate
🍲 PHP Docker Boilerplate for Symfony, Wordpress, Joomla or any other PHP Project (NGINX, Apache HTTPd, PHP-FPM, MySQL, Solr, Elasticsearch, Redis, FTP)
Stars: ✭ 503 (+1259.46%)
Mutual labels:  solr
Relevancyfeedback
Dice.com's relevancy feedback solr plugin created by Simon Hughes (Dice). Contains request handlers for doing MLT style recommendations, conceptual search, semantic search and personalized search
Stars: ✭ 19 (-48.65%)
Mutual labels:  solr
Janusgraph
JanusGraph: an open-source, distributed graph database
Stars: ✭ 4,277 (+11459.46%)
Mutual labels:  solr
Solrbulk
SOLR bulk indexing utility for the command line.
Stars: ✭ 35 (-5.41%)
Mutual labels:  solr
Pysolr
Pysolr — Python Solr client
Stars: ✭ 582 (+1472.97%)
Mutual labels:  solr
Solarium
PHP Solr client library
Stars: ✭ 849 (+2194.59%)
Mutual labels:  solr
Flycms
FlyCms 是一个类似知乎以问答为基础的完全开源的JAVA语言开发的社交网络建站程序,基于 Spring Boot+Bootstrap3+MyBatis+MySql+Solr +Ehcache应用架构,专注于社区内容的整理、归类和检索,它集合了问答,digg,wiki 等多个程序的优点,帮助用户轻松搭建专业的知识库和在线问答社区。业务模块包括:权限管理,会员管理,角色管理,定时任务管理(调度管理),问答管理,文章管理,分享管理,短信接口管理和邮件系统发送(注册、找回密码、邮件订阅),跨域登录,消息推送,全文检索、前端国际化等等众多模块,等您自己来体验!
Stars: ✭ 472 (+1175.68%)
Mutual labels:  solr
Taoshop
开源电子商务项目,SpringBoot+Dubbo技术栈实现微服务,实现一款分布式集群的电商系统. 项目releases链接:https://github.com/u014427391/taoshop/releases (开发中...)
Stars: ✭ 491 (+1227.03%)
Mutual labels:  solr
Movement
Movement is an easier, simpler way to explore and use NIEM. Want to join the Movement and contribute to it? Start here.
Stars: ✭ 19 (-48.65%)
Mutual labels:  solr
Rsolr
A Ruby client for Apache Solr
Stars: ✭ 416 (+1024.32%)
Mutual labels:  solr
Wukong
An ORM Client library for SolrCloud http://wukong.readthedocs.io/en/latest/
Stars: ✭ 10 (-72.97%)
Mutual labels:  solr
Devops Python Tools
80+ DevOps & Data CLI Tools - AWS, GCP, GCF Python Cloud Function, Log Anonymizer, Spark, Hadoop, HBase, Hive, Impala, Linux, Docker, Spark Data Converters & Validators (Avro/Parquet/JSON/CSV/INI/XML/YAML), Travis CI, AWS CloudFormation, Elasticsearch, Solr etc.
Stars: ✭ 406 (+997.3%)
Mutual labels:  solr
Springbootexamples
Spring Boot 学习教程
Stars: ✭ 794 (+2045.95%)
Mutual labels:  solr
Solrb
Solr + Ruby + OOP + ❤️ = Solrb
Stars: ✭ 37 (+0%)
Mutual labels:  solr
Git To Solr
Index git history into a Solr repository
Stars: ✭ 31 (-16.22%)
Mutual labels:  solr
Dockerfiles
50+ DockerHub public images for Docker & Kubernetes - Hadoop, Kafka, ZooKeeper, HBase, Cassandra, Solr, SolrCloud, Presto, Apache Drill, Nifi, Spark, Consul, Riak, TeamCity and DevOps tools built on the major Linux distros: Alpine, CentOS, Debian, Fedora, Ubuntu
Stars: ✭ 847 (+2189.19%)
Mutual labels:  solr

shutterstock-heatmap-toolkit

Shutterstock's interactive heatmap toolkit powered by heatmap.js and 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-node010


 cd 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 © 2017 Shutterstock Images, LLC

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].