Archive | database RSS feed for this section

FleetDB is a schema-free database optimized for agile development.

a combination of schema-free records, declarative queries, automatically maintained indexes, and an optimizing query planner make it easy to manipulate and retrieve data.
(Link: FleetDB is a schema-free database optimized for agile development.)

Backup2Mail — Send MySQL database backup to your mailbox

Backup2Mail is mini PHP application that creates regular backups of your MySQL database and sends it to configurable e-mail address. The whole process is scheduled with a help of Cron, a Unix program that runs programs at scheduled times.
(Link: Backup2Mail — Send MySQL database backup to your mailbox)

The dark side of NoSQL – Code Monkeyism

The three problems no-one talks about – almost noone, I had a good talk with the Infinispan lead [1] – are:

* adhoc data fixing – either no query language available or no skills
* adhoc reporting – either no query language available or no in-house skills
* data export – sometimes no API way to access all data
(Link: The dark side of NoSQL – Code Monkeyism)

AggData – data sets. for example a set of AggData to describe countries would be a list of every country in the world

AggData is short for aggregate data, which means a set of data that is collected together in one place. On this site, the AggData will come in the form of a list of records, where each record has details about a specific object in the group. For example, a set of AggData to describe countries would be a list of every country in the world, perhaps with details such as capital city, land area, population, and so forth. The raw data might look like the following:

Afghanistan, Kabul, 647,500 sq km, 31,056,997
Albania, Tirana, 28,748 sq km, 3,581,655
Algeria, Algiers, 2,381,740 sq km, 32,930,091

and so on. While this information is already publicly available on the web, the advantage of AggData is that the data is collected into one file that is very raw and portable, which makes it easy to integrate into any application or website.
(Link: AggData – data sets. for example a set of AggData to describe countries would be a list of every country in the world)

Heterogeneous Data Layers? Check. What’s Next?

Bosworth goes on to describe the three major problems not being adequately solved by traditional commercial databases: 1) Dynamic schema, 2) Dynamic partitioning, and 3) Modern indexing.
(Link: Heterogeneous Data Layers? Check. What’s Next?)

Dabble DB – Online Databases

Dabble DB is a web-based application that lets you work with data on your own terms. Instead of downloading an application, you upload your data and then build your own database application. Screenshot of a table view You can import existing data or just start from scratch. Extend it or change it as you go. Restructure and redefine how you organize your data on a whim.
(Link: Dabble DB – Online Databases)

Walmart adds a billion rows of data to its 600 terabyte database per minute

Twitter / Kas Thomas, Analyst: Walmart adds a billion rows of data to its 600 terabyte database per minute, according to Formtek’s Dick Weisinger
(Link: Walmart adds a billion rows of data to its 600 terabyte database per minute)

Ruby Sequel – The Database Toolkit for Ruby (link)

Ruby Sequel – The Database Toolkit for Ruby
# Sequel provides thread safety, connection pooling and a concise DSL for constructing database queries and table schemas.
# Sequel also includes a lightweight but comprehensive ORM layer for mapping records to Ruby objects and handling associated records.
# Sequel makes it easy to deal with multiple records without having to break your teeth on SQL.
# Sequel currently has adapters for ADO, DB2, DBI, Informix, JDBC, MySQL, ODBC, OpenBase, Oracle, PostgreSQL and SQLite3.

Link: Test Center: Slacker databases break all the old rules

Test Center: Slacker databases break all the old rules
Amazon SimpleDB, Apache CouchDB, Google App Engine, and Persevere, offering far greater simplicity than SQL, may have a better way of storing data for your Web app

Follow

Get every new post delivered to your Inbox.