Stories recently tagged with 'NoSql'

Meet RaptorDB(www.codeproject.com)

submitted by dpetersondpeterson(3464) 22 days, 22 hours ago

What is RaptorDB? RaptorDB is an embedded, NoSQL, multi-threaded, leight-weight, persisted key-value store that is FAST. Check out this in-depth article by Mehdi Gholam and learn all about it. read more...

add a comment |category: |Views: 263

tags: another

NoSQL No More: Let’s double down with MoreSQL(tatiyants.com)

submitted by atatiyanatatiyan(112) 30 days, 19 hours ago

For far too long now I have sat idly by as the NoSQL movement spread across our industry. One after another, these so-called “databases” with weird names have been attacking the sanctity of my beloved relational databases. The time has come to stand up to the scourge of NoSQL. Today, I am calling on developers everywhere to join a new movement dedicated to bringing back the golden era of relational databases: MoreSQL. read more...

add a comment |category: |Views: 19

tags: another

Thread-safe file-based B+Tree written in C# managed code(csharptest.net)

submitted by csharptestcsharptest(28) 2 months, 23 days ago

Sometimes a database is just overkill. If you're looking for quick and easy key/value store for use in your .NET project check out BPlusTree. It provides an IDictionary<TKey,TValue> implementation based on a disk or memory backed b+tree. Check out the performance and benchmarks there. read more...

2 comments |category: |Views: 64

tags: another

Your first app with CouchDB and relax-net(marcinbudny.blogspot.com)

submitted by busiorbusior(80) 4 months, 4 days ago

This is a tutorial that will show you how to create a simple tagged gallery ASP.NET MVC web app using CouchDB as a data store and relax-net as data access layer. It requires that you understand basic concepts behind CouchDB and have knowledge of ASP.NET MVC. read more...

add a comment |category: |Views: 10

tags: another

NLog.MongoDB - A MongoDB Target for NLog(blog.logrythmik.com)

submitted by JasonWickerJasonWicker(20) 4 months, 7 days ago

A simple NLog target for persisting logs to MongoDB. read more...

1 comment |category: |Views: 16

tags: another

Setting up RavenDB as an IIS application by pictures.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 1 year, 1 month ago

Steps to set up RavenDB as an IIS application. read more...

add a comment |category: |Views: 38

tags: another

Poyomi’s architecture: .NET meets NoSQL and RabbitMQ(blog.whiletrue.com)

submitted by bh213bh213(255) 1 year, 4 months ago

Article on using ASP.NET MVC with NoSql (CouchDb) and RabbitMQ. read more...

add a comment |category: |Views: 352

tags: another

Cassandra Jump Start For The Windows Developer(www.coderjournal.com)

submitted by zigamorphzigamorph(3314) 1 year, 10 months ago

Cassandra is an open source distributed database management system. It is an Apache Software Foundation top-level project, as of February 17, 2010, designed to handle very large amounts of data spread out across many commodity servers while providing a highly available service with no single point of failure. It is a NoSQL solution that was initially developed by Facebook and powers their Inbox Search feature. Jeff Hammerbacher, who led the Facebook Data team at the time, has described Cassandra as a BigTable data model running on an Amazon Dynamo-like infrastructure. read more...

add a comment |category: |Views: 409

tags: another

MongoDB provider for Blogengine.net, saving an entity.(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 1 year, 11 months ago

In the second part of this multi part serie, we finally save something to the database. We refactor our code and we set the foundations for further work on the select and mapping features. read more...

add a comment |category: |Views: 43

tags: another

Dynamic Programmer - Creating a MongoDB provider for Blogengine.Net 1(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 1 year, 11 months ago

In this multipart serie, I will create a MongoDB provider for BlogEngine.Net I will explore the problems and solutions I find during the development process. I will use mostly a test first approach and all the code is public in Codeplex for you to follow along. read more...

add a comment |category: |Views: 36

tags: another

Dynamic Programmer - Creating a MongoDB provider for Blogengine.Net 1(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 1 year, 11 months ago

MongoDb is a document oriented database, identified as part of the NoSql movement. In this series of post I will try to create a provider to use with the open source blogging engine Blogengine.net read more...

add a comment |category: |Views: 19

tags: another