RavenDB

  • submit to reddit

Getting to Know RavenDB for .NET Developers

Here's a 50-minute presentation of RavenDB, a NoSQL solution for .NET developers. VNext_OC 3/12/2013 - RavenDB for .NET Developers: Open Source 2nd Gen...

0 replies - 91 views - 06/20/13 by Ayende Rahien in Articles

Trivia! Lru Cache impl

It has been a while since I actually posted some code here, and I thought that this implementation was quite nice, in that it is simple & works for what it...

0 replies - 363 views - 06/19/13 by Ayende Rahien in Articles

RavenDB: Aggregation, they work!

And… this test just passed!Just to give you some idea, this is sitting on top of RavenDB’s implementation of leveldb. In fact, I have been using this code...

0 replies - 220 views - 06/18/13 by Ayende Rahien in Articles

Deadlocking with the TPL, how to

As I mentioned, I run into a very nasty issue with the TPL. I am not sure if it is me doing things wrong, or an actual issue.Let us look at the code, shall...

0 replies - 189 views - 06/17/13 by Ayende Rahien in Articles

RavenDB 2.5 Release Candidate is out

Starting with build 2603, we are now considering 2.5 to be a release candidate. It is feature frozen, and only bug fixes are going in.You can download the new...

0 replies - 296 views - 06/15/13 by Ayende Rahien in Articles

What Comes After LevelDB

Kellabyte rightfully points out that leveldb was designed primarily for mobile devices, and that there have been many things that can be done that...

0 replies - 644 views - 06/10/13 by Ayende Rahien in Articles

A Comprehensive Presentation of RavenDB (Part 1)

This is the first of a two-part presentation on RavenDB, a NoSQL solution for .NET developers. The presentation covers a lot of ground - here are some of its...

0 replies - 653 views - 06/06/13 by Eric Genesky in Articles

Raven Streams: Aggregations - How the User Sees Them

The major reason for streams is the idea that you don’t really care about each individual item on its own. What you care about a lot more is some sort of...

0 replies - 409 views - 06/05/13 by Ayende Rahien in Articles

RavenDB's Scripted Index Results

Scripted Index Results (I wish it would have a better name) is a really interesting new feature in RavenDB 2.5. As the name implies, it allows you to attach...

0 replies - 127 views - 05/31/13 by Ayende Rahien in Articles

RavenDB's Dynamic Reporting

One of the nice things about having more realistic demo data set is that we can now actually show demos on that data. I didn’t realize how much of an issue...

0 replies - 248 views - 05/30/13 by Ayende Rahien in Articles

RavenDB Sample Data: Hello Northwind

RavenDB has always came with some sample data that you could use to test things out. Unfortunately, that sample data was pretty basic, and didn’t really...

0 replies - 438 views - 05/28/13 by Ayende Rahien in Articles

Challenge: The problem of locking down tasks…

The following code has very subtle bug: public class AsyncQueue { private readonly Queue<int> items = new Queue<int>(); ...

0 replies - 461 views - 05/27/13 by Ayende Rahien in Articles

RavenDB Dynamic Aggregation Webinar

Here's a 23-minute webinar focused on dynamic aggregation with RavenDB, a .NET NoSQL solution.

0 replies - 353 views - 05/23/13 by Ayende Rahien in Articles

RavenDB: Fixing Up the Build Process

There is a big problem in the RavenDB build process. To be rather more exact, there is a… long problem in the RavenDB build process.As you can imagine, when...

0 replies - 855 views - 05/21/13 by Ayende Rahien in Articles

RavenDB Webinar: Aggregation Just Jumped a Grade or Two

In tomorrow’s Webinar, we will discuss handle dynamic aggregation using RavenDB. A new feature in 2.5, this is meant to give you more options for reporting...

0 replies - 713 views - 05/18/13 by Ayende Rahien in Articles