Welcome to the eBuddy Tech Blog
Here you will find articles from the technical staff at eBuddy — we are sharing ideas and other tidbits here about our work, or anything that we find interesting in the realm of software development....
View ArticleDeveloping a Data Access Layer for Cassandra, Part 1
Introduction This series of articles is about building a data access layer in Java for Cassandra. We will begin here with general principles and design objectives. In future installments we will design...
View ArticleDeveloping a Data Access Layer for Cassandra, Part 2
In Part 1 we discussed design objectives of a data access layer in general, and now we turn to the interface for the operations on a column family. This corresponds to the JDBCOperations interface in...
View ArticleFirst Netherlands Cassandra Users Meetup—hosted by eBuddy
We are excited to announce the first Netherlands Cassandra Users Meetup, hosted by eBuddy. The meetup will be on Tuesday, 28 May. The first presentation will be an “Introduction to DataStax and...
View ArticleCassandra Data Access Presentation
Cassandra Data Access Presentation (from Netherlands Cassandra Users Meet Up 28 May 2013)
View ArticleNetherlands Cassandra Users Meetup—hosted by eBuddy
We are excited to announce the next Netherlands Cassandra Users Meetup, hosted by eBuddy. The meetup will be on Thursday, 26 September, from 6:30 PM to 9:30 PM. The first presentation will be...
View ArticleAnnouncing C* Path
eBuddy has just open-sourced a library called C* Path, a Java library for reading and writing structured objects in Cassandra. Instead of serializing or normalizing objects, the library decomposes...
View ArticleOverview of C* Path
C* Path is a new open-source Java library for reading and writing structured objects in Cassandra. Instead of serializing or normalizing objects, the library decomposes structured data into...
View Article