Basic features ● Document database ● Paid deployment ● JSON ● C#, HTTP REST, Java ● 25.11. version 3.0.

Slides:



Advertisements
Similar presentations
Enterprise Java and Data Services Designing for Broadly Available Grid Data Access Services.
Advertisements

Amaze business, make your devs happy
Dr. Morris Liaw Venkata Vijay Durbhakula Mahesh Molakalapalli.
XML DOCUMENTS AND DATABASES
NHibernate Object/Relational Persistence for.NET.
The Jukebox Orian Paz & Yair Cleper Instructor: Viktor Kulikov Semester: Spring 2009 Final Presentation.
Progress Report 11/1/01 Matt Bridges. Overview Data collection and analysis tool for web site traffic Lets website administrators know who is on their.
Multiple Tiers in Action
Kerim KORKMAZ A. Tolga KILINÇ H. Özgür BATUR Berkan KURTOĞLU.
© Internna Technologies 1 IWebMvc Features, Possibilities & Goals.
Google App Engine Danail Alexiev Technical Trainer SoftAcad.bg.
MIST Reporting Standard Reports Report Designer Report Builder Report Manager.
Implementing search with free software An introduction to Solr By Mick England.
A Study in NoSQL & Distributed Database Systems John Hawkins.
Digital Object: A Virtual Online Storage Solution 598C Course Project Huajing Li.
Overview SQL Server 2008 Overview Presented by Tarek Ghazali IT Technical Specialist Microsoft SQL Server MVP, MCTS Microsoft Web Development MCP ITIL.
Search Search Drupal with Apache Solr with CERN Web Communications Group – Copyright 2013.
Silverlight 2 has rich networking support SOAP/XML Web services via WCF proxies Untyped HTTP services (REST, RSS, ATOM) via HttpWebRequest and WebClient.
Is Apache CouchDB for you?
JBoss Cache. Cache A place to temporarily store data that is expensive or difficult to compute or retrieve. Caches should be fast to access. May or may.
HBase A column-centered database 1. Overview An Apache project Influenced by Google’s BigTable Built on Hadoop ▫A distributed file system ▫Supports Map-Reduce.
NoSQL continued CMSC 461 Michael Wilson. MongoDB  MongoDB is another NoSQL solution  Provides a bit more structure than a solution like Accumulo  Data.
Goodbye rows and tables, hello documents and collections.
Open Data Protocol * Han Wang 11/30/2012 *
Moohanad Hassan Maedeh Pishvaei. Introduction Open Source Apache foundation project Relational DB: SQL Server CouchDB : JSON document-oriented DB (NoSQL)
Interactive TV Team. Parts of software  Admin control panel (UI) Any control panel designed for a specific use, our target basketball game.  Restful.
Ontologies and Lexical Semantic Networks, Their Editing and Browsing Pavel Smrž and Martin Povolný Faculty of Informatics,
Presentation. Recap A multi layer architecture powered by Spring Framework, ExtJS, Spring Security and Hibernate. Taken advantage of Spring’s multi layer.
Webcommerce Computer Networks Webcommerce by Linnea Reppa Douglas Martindale Lev Shalevich.
C# AND ASP.NET What will I do in this course?. MAJOR TOPICS Learn to program in the C# language with the Visual Studio IDE (Interactive Development Environment)
Cloudant & Redis Nikolay Tomitov Technical Trainer SoftAcad Training Center.
A FIRST TOUCH ON NOSQL SERVERS: COUCHDB GENOVEVA VARGAS SOLAR, JAVIER ESPINOSA CNRS, LIG-LAFMIA, FRANCE
Enterprise Java Beans. Model 1 J2EE – Web View Model/View/Controller Model View Control Data base Web Server Model One Architecture HTTP Request HTTP.
Mike Jackson EPCC OGSA-DAI Architecture + Extensibility OGSA-DAI Tutorial GGF17, Tokyo.
Welcome to Azure App Services! Amie Seisay
WINDOWS AZURE MOBILE SERVICES AN INTRODUCTION Bret Stateham Technical Evangelist
JasDB NoSQL Database CSC8711 Project – Spring 2013 Huy To Dinesh Agarwal Krisna Chaitanya Tatikonda.
A Technical Overview Bill Branan DuraCloud Technical Lead.
Welcome to Azure App Services! Amie Seisay
ESG-CET Meeting, Boulder, CO, April 2008 Gateway Implementation 4/30/2008.
Features Of SQL Server 2000: 1. Internet Integration: SQL Server 2000 works with other products to form a stable and secure data store for internet and.
Introduction to MongoDB. Database compared.
Technology Drill Down: Windows Azure Platform Eric Nelson | ISV Application Architect | Microsoft UK |
Personalizing Web Sites Nasrullah. Understanding Profile The ASP.NET application service that enables you to store and retrieve information about users.
Forum Topics OMG Roundtable Dec. 11, Background Forum is part of the ODBMS.ORG Moderated by Dr. Roberto Zicari Started on 10/16/07 (last post 12/8/07)
Apache Solr Dima Ionut Daniel. Contents What is Apache Solr? Architecture Features Core Solr Concepts Configuration Conclusions Bibliography.
JSON C# Libraries Parsing JSON Files “Deserialize” OR Generating JSON Files “Serialize” JavaScriptSerializer.NET Class JSON.NET.
Orion Contextbroker PROF. DR. SERGIO TAKEO KOFUJI PROF. MS. FÁBIO H. CABRINI PSI – 5120 – TÓPICOS EM COMPUTAÇÃO EM NUVEM
Milan Vukoje State of the art logging October 23 rd 2013.
The best of WF 4.0 and AppFabric Damir Dobric MVP-Connected System Developer Microsoft Connected System Division Advisor Visual Studio Inner Circle member.
Status Report Hans Wenzel Geant4 Validation repository weekly meeting 13 th April 2016.
1/1/ Post-relational databases What's wrong with web development? Dobrica Pavlinušić WebUG,
Post-relational databases What's wrong with web development? Dobrica Pavlinušić FOI, Razmjena Vještina, Varaždin,
Edsel Garcia Shelley Chase Fantastic Web Apps in 11.6 WebSpeed in the Pacific AppServer for OpenEdge.
The Holmes Platform and Applications
NoSQL Databases Cloudant & Redis Nikolay Tomitov
Open Source distributed document DB for an enterprise
Safe by default, optimized for efficiency
Post-relational databases What's wrong with web development?
CS6604 Digital Libraries IDEAL Webpages Presented by
Distributed System Using Java 2 Enterprise Edition (J2EE)
HTTP/2.
What’s new in ASP.NET Core and Entity Framework 2.2 (Preview 3)
Lucene/Solr Architecture
Encrypted Database Final Presentation
Rafał Kuć – Sematext sematext.com
CloudAnt: Database as a Service (DBaaS)
NoSQL databases An introduction and comparison between Mongodb and Mysql document store.
Indexing with ElasticSearch
9/8/ :03 PM © 2006 Microsoft Corporation. All rights reserved.
Presentation transcript:

Basic features ● Document database ● Paid deployment ● JSON ● C#, HTTP REST, Java ● version 3.0

Querying ● Lucene + LINQ ● Suggestions ● Dynamic aggregation – complex MapReduce

Indexes ● Necessary for any query ● Static / automatic ● In background – stale indexes ● Standard query / MapReduce

Transformers ● Query addition ● Projections ● Can include more documents ● Dynamic schema change

C# client API ● Bulk insert ● Changes API – push notifications ● Session action listener ● Concurrency – entity tags ● Aggressive caching ● Session profiling ● Transactions – AC(V)ID & BASE

Server ● Replication ● Sharding ● Compression ● Encryption ● Expiration ● MoreLikeThis ● Versioning ● Studio – web UI

RavenFS ● Special file system ● Able to store binary data ● File data with a specific key ● Limited duplication ● Streams

Sources ● ● what-is-new-in-ravendb-3-0- ravenfs