CipherStash CipherStash
  1. 1. Introduction
  2. Tutorials
  3. 2. Getting Started
    ❱
    1. 2.1. Create a CipherStash account
    2. 2.2. Install the CipherStash CLI
    3. 2.3. Create Your First Collection
    4. 2.4. Import data
    5. 2.5. Query data
  4. 3. Deploying CipherStash
    ❱
    1. 3.1. Creating Deployment Credentials
    2. 3.2. Configuring Your Application
  5. Reference
  6. 4. Glossary
  7. 5. Client Configuration
  8. 6. Stash CLI
    ❱
    1. 6.1. list-collections
    2. 6.2. create-collection
    3. 6.3. describe-collection
    4. 6.4. login
    5. 6.5. logout
    6. 6.6. drop-collection
    7. 6.7. import
    8. 6.8. delete-record
    9. 6.9. access-keys
  9. 7. StashJS
    ❱
    1. 7.1. Authentication
    2. 7.2. Define a collection
    3. 7.3. Create a collection
    4. 7.4. Delete a collection
    5. 7.5. Insert record
    6. 7.6. Insert records
    7. 7.7. Update record
    8. 7.8. Update records
    9. 7.9. Get record
    10. 7.10. Get multiple records
    11. 7.11. Delete a record
    12. 7.12. Match query
    13. 7.13. Exact query
    14. 7.14. Range query
    15. 7.15. Dynamic match query
    16. 7.16. Field dynamic match query
    17. 7.17. Limits and offsets
    18. 7.18. Ordering on queries
    19. 7.19. Aggregates on queries
  10. 8. StashRB
    ❱
    1. 8.1. Create a collection
    2. 8.2. List collections
    3. 8.3. Load a collection
    4. 8.4. Delete a collection
    5. 8.5. Insert and update records
    6. 8.6. Get record
    7. 8.7. Delete a record
    8. 8.8. Querying records
      ❱
      1. 8.8.1. Limits and offsets
      2. 8.8.2. Ordering on queries
      3. 8.8.3. Aggregates on queries
      4. 8.8.4. Exact query
      5. 8.8.5. Range query
      6. 8.8.6. Match query
      7. 8.8.7. Dynamic match query
      8. 8.8.8. Field dynamic match query
  11. 9. Schema Definition
  12. 10. Data Types
  13. 11. Index Types
    ❱
    1. 11.1. Exact
    2. 11.2. Range
    3. 11.3. Match
    4. 11.4. DynamicMatch
    5. 11.5. FieldDynamicMatch
  14. Concepts
  15. 12. What CipherStash can and can't do
  16. 13. Introduction to encryption schemes
  17. 14. Architectural Patterns
  18. 15. Frequently Asked Questions
CipherStash CipherStash
  1. 1. Introduction
  2. Tutorials
  3. 2. Getting Started
    ❱
    1. 2.1. Create a CipherStash account
    2. 2.2. Install the CipherStash CLI
    3. 2.3. Create Your First Collection
    4. 2.4. Import data
    5. 2.5. Query data
  4. 3. Deploying CipherStash
    ❱
    1. 3.1. Creating Deployment Credentials
    2. 3.2. Configuring Your Application
  5. Reference
  6. 4. Glossary
  7. 5. Client Configuration
  8. 6. Stash CLI
    ❱
    1. 6.1. list-collections
    2. 6.2. create-collection
    3. 6.3. describe-collection
    4. 6.4. login
    5. 6.5. logout
    6. 6.6. drop-collection
    7. 6.7. import
    8. 6.8. delete-record
    9. 6.9. access-keys
  9. 7. StashJS
    ❱
    1. 7.1. Authentication
    2. 7.2. Define a collection
    3. 7.3. Create a collection
    4. 7.4. Delete a collection
    5. 7.5. Insert record
    6. 7.6. Insert records
    7. 7.7. Update record
    8. 7.8. Update records
    9. 7.9. Get record
    10. 7.10. Get multiple records
    11. 7.11. Delete a record
    12. 7.12. Match query
    13. 7.13. Exact query
    14. 7.14. Range query
    15. 7.15. Dynamic match query
    16. 7.16. Field dynamic match query
    17. 7.17. Limits and offsets
    18. 7.18. Ordering on queries
    19. 7.19. Aggregates on queries
  10. 8. StashRB
    ❱
    1. 8.1. Create a collection
    2. 8.2. List collections
    3. 8.3. Load a collection
    4. 8.4. Delete a collection
    5. 8.5. Insert and update records
    6. 8.6. Get record
    7. 8.7. Delete a record
    8. 8.8. Querying records
      ❱
      1. 8.8.1. Limits and offsets
      2. 8.8.2. Ordering on queries
      3. 8.8.3. Aggregates on queries
      4. 8.8.4. Exact query
      5. 8.8.5. Range query
      6. 8.8.6. Match query
      7. 8.8.7. Dynamic match query
      8. 8.8.8. Field dynamic match query
  11. 9. Schema Definition
  12. 10. Data Types
  13. 11. Index Types
    ❱
    1. 11.1. Exact
    2. 11.2. Range
    3. 11.3. Match
    4. 11.4. DynamicMatch
    5. 11.5. FieldDynamicMatch
  14. Concepts
  15. 12. What CipherStash can and can't do
  16. 13. Introduction to encryption schemes
  17. 14. Architectural Patterns
  18. 15. Frequently Asked Questions
CipherStash
CipherStash Documentation

Architectural Patterns

Coming soon!

Previous Introduction to encryption schemes
Next Frequently Asked Questions