Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Intro to Using RavenDb

Avatar for Paul Cassidy Paul Cassidy
September 23, 2012

Intro to Using RavenDb

Avatar for Paul Cassidy

Paul Cassidy

September 23, 2012
Tweet

Other Decks in Programming

Transcript

  1. Tonight's Agenda • What is RavenDB • Definitions of key

    terms • How to install or deploy the server • How to talk to the server
  2. What Is RavenDB • NoSQL • Document Database • Built

    on and for the .net platform • Easy to use client api • Provides open rest api
  3. Definitions of Key Terms • Document – POCO or Entity

    • Collection – a set of Entities grouped together based on there entity name • Document ID – unique Id assigned to each document. Can be defined or automatically generated.
  4. How to setup a server • Console application – Good

    for debugging • Windows Service – Easy to setup – Minimal security • IIS Plugin – Advanced setup – Lots of security options • Embedded – Largest install – In Process