10000 GitHub - MoxT4/bootcamp
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MoxT4/bootcamp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RavenDB Bootcamp

ravendb logo

So you want to learn RavenDB. That's great! Please, welcome. This bootcamp is a free, self-directed learning course.

Over just three units you will learn how to create fully-functional, real-world programs with NoSQL Databases using RavenDB. If you know nothing about NoSQL, don't worry, we will provide all information you need.

We recommend you at least one lesson per day, but you can do it at whatever pace you wish.

What will you learn?

In RavenDB bootcamp, you will learn how to use RavenDB - a powerful NoSQL database engine, safe by default, optimized for efficiency - which combines the best of the relational and document worlds.

You will see how easy it is to store and query data using RavenDB and how fast you can produce valuable results. Document databases store data in a very natural way.

After completing this bootcamp, you will be confident to store your data using NoSQL. Dealing with the database will become a fun process.

Unit 1 - Fundamentals

In Unit 1, you will learn the fundamentals of RavenDB.

First, you will learn how to install and make it work on your machine. As you will see, RavenDB makes easy to start providing an embedded sample Database (if you guess "Northwind," yes! You are right.) which you can use learn with minimal effort. Then, you will write some code to connect to the database and quickly store, load, modify and delete documents.

Unit 2 - Beyond the basics

In Unit 2, you are going to learn intermediate RavenDB features. You will see how fast RavenDB is and understand the why.

As you will learn, you can perform very complex queries easily using only RavenDB (without additional tools). For example, you will understand what is Map-reduce and know when to use it to extract more value from your data.

Unit 3 - Almost advanced!

In Unit 3, you will learn some Advanced RavenDB features.

You do not need to know these features in your daily work. Anyway, you can use this knowlodge to build very powerful solutions, obtaining still better performance, improved safety or creating trully reactive user interfaces.

Let's begin!.

That is all. Enjoy the RavenDB bootcamp and feel free to provide us your feedback.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%
0