Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions doc/motr-developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ with all dependencies installed ready to build and start single-node Motr cluste
CORTX Motr provides object based operations and index (a.k.a key/value) based operations as well as FDMI interface.
For architectural documents, please refer to our [reading list](reading-list.md).

Document contains following sections-
+ [A simple CORTX Motr Object Application](#a-simple-cortx-motr-object-application)
+ [A simple CORTX Motr Index/Key-Value Application](#a-simple-cortx-motr-indexkey-value-application)
+ [A simple CORTX Motr FDMI application](#a-simple-cortx-motr-fdmi-application)
+ [How to compile & build the application examples](#how-to-compile--build-the-application-examples)
+ [How to run the examples for Object and Key-Value](#how-to-run-the-examples-for-object-and-key-value)
+ [More examples, utilities, and applications](#more-examples-utilities-and-applications)

## A simple CORTX Motr Object Application

[Object Application](motr-object-app.md)
Expand Down