1/
Get a cup of coffee.
In this thread, I'll walk you through "Gambler's Ruin".
This is a classic exercise in probability theory.
But going beyond the math, this exercise can teach us a lot about life, business, and investing.
AirBNB posted a nice overview of their entry into knowledge graphs: https://t.co/ckB917DQln.
I found this line hilarious: “There are cases when it is suboptimal to synchronously write data through the knowledge graph API”.
I don't always bulk load (or unload?) in @DataStax @cassandra, but when I do I make sure to use a @brianmhess approved / coded tool. Thanks @DataStaxAcademy!
Bulk loading into #DataStax / #ApacheCassandra has been a pet (okay, sometimes obsessive) interest of mine since pretty much day 1. My first blog post about the #dsbulk utility for bulk loading is now live on #DataStaxAcademy: https://t.co/f5PaD3RBv4 Enjoy!
Sure everyone's impressed when a 20 year old game developer does all the art and music and programming themselves, but can we all just be impressed by 35+ year old developers with spouse+mortgage+kids opening the code editor at 8:30 AM without spilling coffee on their pants
I just published the first update of Practical Gremlin in all formats since July. This release adds quite a bit of content and resolves many issues. Thanks as always for all the feedback and support. https://t.co/UNJzfsUg3s
@apachetinkerpop#graphdb
let's talk about two kinds of data that systems tend to generate: auditable and operational.
* auditable data: transaction logs, replication logs, billing/finance events etc
* operational data: telemetry, metrics and context that describe each request and system component
Reviewing a poor performing entity resolution implementation with a couple of data archs, using Cassandra it had a read before write for an in-line ER. One suggested adding a cache. The other responded by suggesting ScyllaDB for the cache, and I’ve been laughing since.