Skip to content

Instantly share code, notes, and snippets.

View divideby0's full-sized avatar

Cedric Hurst divideby0

  • Spantree Technology Group, LLC
  • Chicago, IL
View GitHub Profile
@divideby0
divideby0 / docker-compose.yml
Created May 10, 2018 19:08 — forked from DanLindeman/docker-compose.yml
Docker Compose for jbpm and kie server execution server
version: "3.4"
services:
jbpm:
image: jboss/jbpm-workbench-showcase
environment:
- "JAVA_OPTS=-Djava.net.preferIPv4Stack=true -Djava.net.preferIPv6Addresses=false"
ports:
- "8080:8080"
- "8001:8001"
# Clear our example index
DELETE /vehicle
# Post a few car records with make, model and year
POST /vehicle/car/_bulk
{"index":{}}
{"make":"Saturn","model":"LW","year":2005}
{"index":{}}
{"make":"Honda","model":"Civic","year":2005}
{"index":{}}
{
"_index": "introcloud",
"_type": "attendee",
"_id": "511c1f6bf44daf677e1d1ffa",
"_version": 1,
"exists": true,
"_source": {
"userId": "53FA4F27-5C81-4EC9-A2D4-0123383BCD3E",
"firstName": "Jane",...
"events": [
@divideby0
divideby0 / roberto-cv.md
Created November 17, 2012 21:04 — forked from uris77/Resume.md
Roberto CV

Curriculum Vitae: Roberto Uris Guerra

@robertoguerra19
Email roberto@spantree.net
Twitter
##################### ElasticSearch Configuration Example #####################
# This file contains an overview of various configuration settings,
# targeted at operations staff. Application developers should
# consult the guide at <http://elasticsearch.org/guide>.
#
# The installation procedure is covered at
# <http://elasticsearch.org/guide/reference/setup/installation.html>.
#
# ElasticSearch comes with reasonable defaults for most settings,