Skip to content

Instantly share code, notes, and snippets.

View dtrapezoid's full-sized avatar
🎯
Focusing

Dani Traphagen dtrapezoid

🎯
Focusing
View GitHub Profile
@dtrapezoid
dtrapezoid / ignite-service.yaml
Created August 30, 2017 13:48
k8-lookup-service-step
apiVersion: v1
kind: Service
metadata:
name: ignite
spec:
clusterIP: None
ports:
- port: 9042 # custom value.
selector:
app: ignite
@dtrapezoid
dtrapezoid / KubeNodeStartup.java
Created August 23, 2017 16:46
simple kubernetes node startup app
package app;
import org.apache.ignite.Ignite;
import org.apache.ignite.IgniteException;
import org.apache.ignite.Ignition;
/**
* A new Ignite-Kube Node will be started when this class gets executed.
*/
public class KubeNodeStartup {
@dtrapezoid
dtrapezoid / Instructions.md
Last active November 21, 2016 19:21
Becoming Friends with Cassandra Workshop Instructions

Instructions for "Becoming Friends with Cassandra"

Go here:

https://gitter.im/DataStaxCommunity/Cassandra_Spark

Where do I start?

To start communicating with Cassandra like a champ, Cassandra's Query Language (CQL) is your best bet. CQL is an SQL-like language, which makes it warm and fuzzy for those of us used to SQL, but don't let that fool you...

We still have to think about how we "converse" with Cassandra differently. When we model our data, we need to think about how we will access it before we model it. It's important to emphasize this point, because you can get into some very ugly territory if you model Cassandra like a relational database. Data Modeling with Cassandra is purely query-driven.

<!doctype html>
<html lang=en>
<head>
<meta charset="utf-8" />
<meta name="verify-v1" content="91yIG+EaOdwKuPX+R9ChHEWVXJ6wdQsq0gqD1c1sbaY="/>
<title>David Shapiro, Resume- Web Developer</title>
<style type="text/css">
body{font-family:Geneva, Arial, Helvetica, sans-serif;font-size:12px;font-weight:normal;color:#000000;text-align:center;margin:0;padding:0;line-height:1.5em;}
header, section, article{display:block;}
header{text-align:center;position:relative;z-index:1;}