DEV Community

Turn Your Email Into a SQL Database (opens in new tab)

Covers SigNoz Setup GuideDiscussed on DEV

Your inbox is data. Query it like data. The 2-Minute Version: # Install and ingest your Gmail brew tap surveilr/tap && brew install surveilr surveilr admin init -d email.db surveilr ingest imap \ -u you@gmail.com \ -p "your-app-password" \ -a imap.gmail.com \ -d email.db # Query it surveilr shell -d email.db -- Find every email from a specific sender SELECT subject, date, "from" FROM emails WHERE "from" LIKE '%@vendor.com%' ORDER BY date DESC; Your inbox is now a SQL database. Query it like a...

Read the original article
Sign in to keep reading the full article.

Keyboard Shortcuts

Navigation

Next / previous post
j/k
Open post
oorEnter
Preview post
v

Post Actions

Love post
a
Like post
l
Dislike post
d
Undo reaction
u
Save / unsave
s

Recommendations

Add interest / feed
Enter
Not interested
x

Go to

Home
gh
Interests
gi
Feeds
gf
Likes
gl
History
gy
Changelog
gc
Settings
gs
Discover
gb
Search
/

General

Show this help
?
Submit feedback
!
Close modal / unfocus
Esc

Press ? anytime to show this help