orbitdb / field-manual

The Offical User's Guide to OrbitDB
207 stars 43 forks source link

Chapter on customizing OrbitDB #131

Closed CSDUMMI closed 3 years ago

CSDUMMI commented 3 years ago

I believe, that we should add a chapter 5 and move the Appendix to chapter 6 of the Field Manual.

This new chapter 5 should have the title of "Customizing OrbitDB" and be based on the Tutorial in chapter one.

The goal of this chapter as I imagine it, should be to introduce the creation of your own custom store, access controller and index and all the caveats that this entails.

I would like to use this issue, to discuss the idea and create TOCs and Content for this part of the Field Manual.

Do you think this is an appropriate thing to add?

Table of Contents

  1. [x] Introduction
  2. [x] Defining the Store, AccessController and Index.
  3. [ ] Creating custom Access Controllers.
  4. [x] Creating a custom store.
  5. [x] Creating a custom index.
CSDUMMI commented 3 years ago

@aphelionz do you have an idea how we can modify the code at the end of the tutorial to use all the features of customization?

aphelionz commented 3 years ago

Do you mean the tutorial in Part 1 or your tutorial in Part 5?