Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.81 KB

design-recipes.rst

File metadata and controls

56 lines (41 loc) · 1.81 KB

Design Recipes

Learn how to build new data models, indexes, and more on top of the FoundationDB API. For more background, check out the :doc:`client-design` documentation.

.. toctree::
     :maxdepth: 1
     :titlesonly:
     :hidden:

     blob
     blob-java
     hierarchical-documents
     hierarchical-documents-java
     multimaps
     multimaps-java
     priority-queues
     priority-queues-java
     queues
     queues-java
     segmented-range-reads
     segmented-range-reads-java
     simple-indexes
     simple-indexes-java
     spatial-indexing
     spatial-indexing-java
     subspace-indirection
     subspace-indirection-java
     tables
     tables-java
     vector
     vector-java