Videos tagged with Database Design


Lean & Mean Tokyo Cabinet Recipes

Lean & Mean Tokyo Cabinet Recipes

Posted in Conferences, Development, Databases

Summary In this FutureRuby talk, Ilya Grigorik explores Tokyo Cabinet's features such as the key-value store, ordered traversal, attribute search, schemaless data structures,indexing, and scripting with Lua. Bio Ilya Grigorik is the founder of AideRSS – a real-time social media engagement monitoring and analytics platform. He has been wrangling with Ruby and cloud computing for over four years,...

Tags: Conferences, Ruby, InfoQ, Data Access, Database Design, Architecture, Dynamic Languages, Scripting, database, Development, FutureRuby, ...



Justin Sheehy on Riak

Justin Sheehy on Riak

Posted in Development, Conferences, Databases

Summary Justin Sheehy explains how Riak was created with ideas from Amazon's Dynamo paper, Riak features and how Riak compares to other NoSQL solutions. Bio Justin Sheehy is the CTO of Basho Technologies, the company behind the creation of Webmachine and Riak. Most recently before Basho, he was a principal scientist at the MITRE Corporation and a senior architect for systems infrastructure at A...

Tags: Ruby, Java, Interview, Erlang, InfoQ, Data Access, Database Design, Architecture, Performance & Scalability, database, Database Management, ...


Ilya Grigorik on Tokyo Cabinet, MySQL and Ruby HTTP Performance

Ilya Grigorik on Tokyo Cabinet, MySQL and Ruby HTTP Performance

Posted in Development, Databases, Cloud Computing, Web Technologies, Conferences

Summary Ilya Grigorik discusses his company's PostRank algorithm for tracking reader engagement with content. Also: his experience scaling MySQL, Tokyo Cabinet, Ruby HTTP libs, Solr, Amazon EC2 and more. Bio Ilya Grigorik is the founder of AideRSS – a real-time social media engagement monitoring and analytics platform. He has been wrangling with Ruby and cloud computing for over four years, try...

Tags: Ruby, Databases, MySQL, Interview, EC2, HTTP, InfoQ, Data Access, Database Design, Architecture, Dynamic Languages, ...


CouchDB From 10,000 Feet

CouchDB From 10,000 Feet

Posted in Conferences, Development, Databases

Summary This presentation takes a look at CouchDB from 10,000 ft. CouchDB is a document oriented database with a highly acclaimed REST API and replication support, that solves problems of high-traffic, distributed peer-to-peer, and offline applications. all at the same time. You will learn to decide when CouchDB is a good fit for your project and when you are better off with a traditional datab...

Tags: Conferences, Java, InfoQ, Data Access, Database Design, Architecture, QCon, CouchDB, QCon San Francisco 2008, Development, Join us!, ...


CouchDB

CouchDB

Posted in Conferences, Development, Databases, Frameworks

Summary CouchDB is a schema-free document database. But now that the NoSQL movement is in full swing, there are several document databases to choose from, so why choose Couch? Two things really set CouchDB apart from the rest: its map/reduce views and its RESTful API. Since the API is RESTful, you can easily use Couch from any platform that can talk HTTP. The benefits go way beyond that, though...

Tags: Conferences, Ruby, Technologies, Web Services, InfoQ, Database Design, CouchDB, Development, Coaching, Operations, Map-Reduce, ...



Neo4j - The Benefits of Graph Databases

Neo4j - The Benefits of Graph Databases

Posted in Conferences, Development, Databases

Summary This presentation covers the definition of a graph database (information structured as mathematical graphs with nodes, relationships and properties) and their advantages when dealing with data that is difficult to fit in static tables, is rapidly evolving, or that has a lot of optional attributes. The flexibility of graph databases better support agile development and schema evolution. ...

Tags: Conferences, Java, persistence, InfoQ, Database Design, Architecture, QCon, QCon San Francisco 2008, Development, Join us!, Graph Database, ...


Refactoring Databases: Evolutionary Database Design

Refactoring Databases: Evolutionary Database Design

Posted in Conferences, Project Management, Databases

Summary For years the norm for developers was to work in an iterative and incremental manner but for database developers to work in a more serial manner. The predominance of evolutionary development methods make it clear that the two groups need to work in the same manner to be productive as a team. Pramod presents material from "Refactoring Databases " on implementing evolutionary da...

Tags: Conferences, Agile, InfoQ, Database Design, Architecture, Configuration Management, database, Database Management


Damien Katz Relaxing on CouchDB

Damien Katz Relaxing on CouchDB

Posted in Development, Web Technologies, Databases, Conferences

Summary In this interview, Damien Katz talks about CouchDB, a distributed, fault tolerant, document oriented database developed by Apache Incubator. CouchDB is written in Erlang, and the database is accessed through an HTTP/JSON API. The database view engine is run on JavaScript, but other languages have been used like Ruby and Python. Bio Damien Katz has worked for Lotus, MySQL, IBM, and is th...

Tags: Ruby, Technologies, Python, Javascript, Databases, Interview, Erlang, JSON, HTTP, InfoQ, Database Design, ...


Dan Pritchett on Architecture at eBay

Dan Pritchett on Architecture at eBay

Posted in Databases, Conferences

Summary Dan Pritchett gives us an inside look into the decisions behind on of the largest scale architectures in the world: eBay. In explaining how the scale of eBay turns simple requirements a complex engineering problem, he walks us through the technical and organizational challenges of managing eBay's architecture. Bio Dan Pritchett is currently a Technical Fellow at eBay, and is involved in...

Tags: Business, Databases, Interview, e-commerce, InfoQ, Database Design, Architecture, eBay


Painless Persistence with Castle ActiveRecord

Painless Persistence with Castle ActiveRecord

Posted in Frameworks, Databases, Development, Conferences

Summary This presentation by Hamilton Verissimo and Oren Eini show Castle Active Record - an ORM solution for .NET building on NHibernate. After an introduction, the presentation dives into various advanced topics and techniques for working with Castle Active Record. Bio Hamilton Verissimo leads the Castle Project, an open source project for .Net, and runs Castle Stronghold, a software developm...

Tags: Frameworks, Databases, .NET Framework, ActiveRecord, InfoQ, Data Access, Database Design, JAOO Conference, Castle, nHibernate, ORM, ...