Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
Work on the getting started page
Browse files Browse the repository at this point in the history
  • Loading branch information
Elfocrash committed Nov 30, 2018
1 parent ce69e0b commit ddacd7e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/Getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Getting Started Guide

## What is Cosmonaut?

Cosmonaut is a supercharged Azure CosmosD DB SDK for the SQL API with ORM support. It eliminates the need for most of the data-access code that developers usually need to write and it limits the unit of work scope to the object itself that the developer needs to work with.

## Why use Cosmonaut?

The official Cosmos DB SDK has a ton of features and it can do a lot of things, but there is no clear path when it comes to doing those things. There is object mapping but the scope always stays the same.

Cosmonaut limits the scope from the Database account level to the `CosmosStore`. The `CosmosStore`'s context is a single collection or part of a collection when using the collection sharing feature. That way, we have an entry point with a single responsibility and authority to operate to only what it needs to know about.

## How do I use Cosmonaut
Empty file removed docs/What-is-Cosmonaut.md
Empty file.
4 changes: 3 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
Welcome to Cosmonaut's documentation!
=====================================

.. _user-docs:

.. toctree::
:hidden:
:maxdepth: 2
:caption: User Documentation

What-is-Cosmonaut
Getting-started

0 comments on commit ddacd7e

Please sign in to comment.