Category: databases
-
How to Pythonically Store Sensitive and Encrypted Information in a Database for a Web Application the Right Way – Part 2
In my previous blog post, How to Pythonically Store Sensitive and Encrypted Information in a Database for a Web Application the Right Way – Part 1, I discussed cryptographic concepts, such as data encryption keys, key encryption keys, and key derivation functions, and I also discussed how to use these concepts to store sensitive information…
-
Elasticsearch Full Text Phrase Matching Queries with cURL and Python
In this blog post, you will learn how to search for phrases in Elasticsearch documents.
-
4 Methods of Data Modeling in Elasticsearch with Pythonic Code Samples
In this blog post, you will learn about the four different methods of data modeling in Elasticsearch with concrete code samples with benefits and tradeoffs with each method.
-
Securely and Programmatically Accessing Elasticsearch with curl and Python
In this blog post, you will learn how to securely and programmatically access Elasticsearch with Curl and Python.