File tree Expand file tree Collapse file tree 4 files changed +23
-0
lines changed
Examples/runtimes/go/searchableencryption/complexexample Expand file tree Collapse file tree 4 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ # ComplexSearchableEncryptionExample
2+
3+ This example demonstrates complex queries
4+ you can perform using beacons.
5+ The example data used is for demonstrative purposes only,
6+ and might not meet the distribution and correlation uniqueness
7+ recommendations for beacons.
8+ See our documentation for whether beacons are
9+ right for your particular data set:
10+ https://docs.aws.amazon.com/database-encryption-sdk/latest/devguide/searchable-encryption.html#are-beacons-right-for-me
11+
12+ This example uses a more complex searchable encryption configuration than other examples.
13+ This is intended to demonstrate how to set up a more complicated searchable encryption configuration.
14+ This also walks through some example query expressions one can use to search their encrypted data.
15+
16+ ```
17+ .
18+ ├── complexsearchableencryptionexample.go // Main entry point for example
19+ ├── BeaconConfig // Sets up beacons and searchable encryption configuration
20+ ├── putrequests.go // PUT requests added to the DDB table
21+ ├── PutRequests // QUERY requests executed on the DDB table
22+ └── README.md
23+ ```
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments