Apparently, You Can Use Route53 as a Blazingly Fast Database

Route53 is DNS management service by AWS. DNS is absolutely not a database, and yet here’s Nicholas Martin writing up some very clever trickery originally done by Corey Quinn:

When you think about it, DNS configuration is actually a


The post Apparently, You Can Use Route53 as a Blazingly Fast Database appeared first on CSS-Tricks.

You can support CSS-Tricks by being an MVP Supporter.


This content originally appeared on CSS-Tricks and was authored by Chris Coyier

Route53 is DNS management service by AWS. DNS is absolutely not a database, and yet here’s Nicholas Martin writing up some very clever trickery originally done by Corey Quinn:

When you think about it, DNS configuration is actually a very rudimentary NoSQL database. You can view and modify it at any time quite easily through your domain provider’s website, and you can view each “record” just like a row in a database table.

Many services use DNS TXT records to verify domain ownership. You would essentially add or modify a TXT record to store a key/value pair, which the service will then query.

Why? It’s super fast and costs $0.50 + $0.40 per million queries.

There are even libraries (ten34, diggydb) to help do it. I wouldn’t do it just because I’d be scared Amazon wouldn’t like it and cut it off. Plus, ya know, there isn’t exactly auth.

Direct Link to ArticlePermalink


The post Apparently, You Can Use Route53 as a Blazingly Fast Database appeared first on CSS-Tricks.

You can support CSS-Tricks by being an MVP Supporter.


This content originally appeared on CSS-Tricks and was authored by Chris Coyier


Print Share Comment Cite Upload Translate Updates
APA

Chris Coyier | Sciencx (2021-05-06T20:03:26+00:00) Apparently, You Can Use Route53 as a Blazingly Fast Database. Retrieved from https://www.scien.cx/2021/05/06/apparently-you-can-use-route53-as-a-blazingly-fast-database/

MLA
" » Apparently, You Can Use Route53 as a Blazingly Fast Database." Chris Coyier | Sciencx - Thursday May 6, 2021, https://www.scien.cx/2021/05/06/apparently-you-can-use-route53-as-a-blazingly-fast-database/
HARVARD
Chris Coyier | Sciencx Thursday May 6, 2021 » Apparently, You Can Use Route53 as a Blazingly Fast Database., viewed ,<https://www.scien.cx/2021/05/06/apparently-you-can-use-route53-as-a-blazingly-fast-database/>
VANCOUVER
Chris Coyier | Sciencx - » Apparently, You Can Use Route53 as a Blazingly Fast Database. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/05/06/apparently-you-can-use-route53-as-a-blazingly-fast-database/
CHICAGO
" » Apparently, You Can Use Route53 as a Blazingly Fast Database." Chris Coyier | Sciencx - Accessed . https://www.scien.cx/2021/05/06/apparently-you-can-use-route53-as-a-blazingly-fast-database/
IEEE
" » Apparently, You Can Use Route53 as a Blazingly Fast Database." Chris Coyier | Sciencx [Online]. Available: https://www.scien.cx/2021/05/06/apparently-you-can-use-route53-as-a-blazingly-fast-database/. [Accessed: ]
rf:citation
» Apparently, You Can Use Route53 as a Blazingly Fast Database | Chris Coyier | Sciencx | https://www.scien.cx/2021/05/06/apparently-you-can-use-route53-as-a-blazingly-fast-database/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.