Videos tagged with Data Access
Summary Eric Nelson explains what are ORM, EDM, and ESQL, what is the difference between LINQ to SQL and LINQ to Entities, which one is going to be further developed by Microsoft in the future, accompanied by hands on demos showing how to use them. Bio Eric Nelson has worked at Microsoft UK for twelve years and before joining worked exclusively as a Unix developer writing code in C and other 4G...
Lean & Mean Tokyo Cabinet Recipes
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,...
Ralph Johnson, Joe Armstrong on the Future of Parallel Programming
Summary Ralph Johnson and Joe Armstrong discuss their ideas about parallel programming - whether shared memory is harmful, the place of message passing, fault tolerance, the importance of protocols and more. Bio Ralph Johnson, one of the GoF behind the Design Patterns book and behind the creation of the original Refactoring Browser, is now at the CS dept. at the UIUC and the leader of UIUC Patt...
Justin Sheehy on Riak
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...
Ilya Grigorik on Tokyo Cabinet, MySQL and Ruby HTTP Performance
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...
CouchDB From 10,000 Feet
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...
Google I/O 2011: Identity and Data Access: OpenID and OAuth
Ryan BoydUse OpenID and OAuth to stop requiring your users to type usernames and passwords. In this session, we'll demonstrate how to improve user experience and lower barriers to entry for your application by using OpenID. We'll show how to securely access powerful user data securely using OAuth. We'll also talk about which flavors of these technologies should be used for common use cases.
Google App Engine and the Google Data APIs
Summary Mano Marks introduces the Google App Engine (a toolset used internally to develop Google applications) and shows how to build scalable systems where the developer worries about the code, and Google worries about the servers. The presentation includes an overview of Google App Engine and a quick introduction to the Google Data APIs. Bio Mano Marks is a Developer Advocate with Google, spe...
Google GData: reading and writing data on the web
Summary The Google Data API provides programmatic access to a variety of Google assets, including Calendar, Blogger, Picasa, CodeSearch, and Google Base. Composed of a simple query language and the Atom Publishing protocol (IETF draft), it provides search, read, and update capabilities. An active developer community at code.google.com created Google GData client libraries for many languages. Th...
Erik Meijer on LINQ
Summary In this interview filmed during QCon SF 2008, Erik Meijer talks about less known LINQ features, like the ability to do meta programming or the fact that LINQ works against any data collection that implements the sequence operators. Meijer also talks about the differences between functional languages and objectual ones, asynchronous computation, and the evolution of languages. Bio Erik M...