### Requirement * To analyze the relation between email accounts and one device ### Database Schema || device_uid <br><span style="color:red">(partition key)</span> | email_hash_identifier <br><span style="color:red">(sort key)</span> | email_type | is_new_device |creation_time | |---| --------- | ---------- | --- | --- |--- | |type| string | string | number | bool | number | |example|d1|e1#2019-07-22|0|True|1564466925| ``` device_checkin_table.query(KeyConditionExpression=Key('device_uid').eq(device_uid) & Key('email_hash_identifier').begins_with(email_hash), ScanIndexForward=False, Limit=1) ``` ``` ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up