Difference: DatabaseProgrammingBookmarks (20 vs. 21)

Revision 2112 Oct 2009 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

Relational databases aren't cool, but they are hugely important to businesses around the world. I've been involved with databases for quite a while, in some cases actively pushing their limits.

Line: 49 to 49
 http://dewdrop.sourceforge.net/ - XML schema and tools for generating DDL
http://www.pimentech.fr/en/technologies/outils
Added:
>
>

Non-SQL Databases

Because SQL isn't always the best choice.

http://www.mongodb.org/display/DOCS/Home - "Mongo (from "humongous") is a high-performance, open source, schema-free document-oriented database."

http://incubator.apache.org/cassandra/ - "Cassandra is a highly scalable, eventually consistent, distributed, structured key-value store. Cassandra brings together the distributed systems technologies from Dynamo and the data model from Google's BigTable. Like Dynamo, Cassandra is eventually consistent. Like BigTable, Cassandra provides a ColumnFamily-based data model richer than typical key/value systems."

http://code.google.com/p/redis/ - "A persistent key-value database with built-in net interface written in ANSI-C for Posix systems", "Redis is a key-value database. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists and sets with atomic operations to push/pop elements."

View topic | History: r24 < r23 < r22 < r21 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback