Our CEO Gary Bloom was recently recorded by Bloomberg West talking about our Enterprise NoSQL database. This was after the recent Boston bombings, and so
Tag: MarkLogic Server
NoSQL Distilled book review…
I read Martin Fowler’s (not a family relation) book ‘NoSQL Distilled’ with great anticipation. I found a few things that did not ring true for
Thoughts on NoSQL & Big Data Architecture
I recently web a webpage forwarded to me by someone at work. It’s a very complex diagram of a ‘typical’ Big Data architecture. It also
Using the MarkLogic JavaScript driver in a Roxy hybrid application…
Developers want evermore speedy ways to complete their applications. Many want to use familiar languages and concepts like JavaScript, JSON, CSS and XHTML. In this
MarkLogic World Day 2 Preview…
I’m looking forward to day 2 today! Day 1 was really good, full of good information and announcements on MarkLogic 7.0. For today’s preview keep
Stable Sorting in JavaScript…
I saw this article via a Stack Overflow answer. It’s a method for producing a stable sort order from an unstable sorting algorithm. The geek