Skip to content

Commit 0d60e1e

Browse files
renaming
1 parent 2eb153f commit 0d60e1e

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
```

0 commit comments

Comments
 (0)