Paul Done's Technical Blog
A blog about enterprise software development and deployment
Tuesday, November 24, 2020
Is Querying A MongoDB View Optimised?
›
Views in MongoDB appear to database users like read-only collections, ready to be queried in the same way normal collections are. A View is...
Sunday, October 4, 2020
Rust & MongoDB - Perfect Bedfellows
›
I've been learning Rust over the last month or so and I'm really enjoying it. It's a really elegant and flexible programming la...
Sunday, May 3, 2020
Converting Gnarly Date Strings to Proper Date Types Using a MongoDB Aggregation Pipeline
›
Introduction I recently received some example bank payments data in a CSV file which had been exported from a relational database with th...
Sunday, December 29, 2019
Running MongoDB on ChromeOS (via Crostini)
›
In my previous post I explored Linux application support in ChromeOS and Chromebooks (a.k.a. Crostini). Of course I was bound to try runnin...
1 comment:
My Notes on Linux Application Support in ChromeOS (a.k.a. Crostini)
›
These are my own rough notes from spending a few days studying Chrome OS and its Linux app support on a HP Chromebook 14* I got for free (re...
Thursday, December 19, 2019
Some Tips for Diagnosing Client Connection Issues for MongoDB Atlas
›
Introduction [UPDATE 07-Sep-2020: I've now written an executable binary tool you can run which performs the equivalent of the ch...
5 comments:
Saturday, May 11, 2019
Running a Mongo Shell Script From Within A Larger Bash Script
›
[EDIT May 2023: The post below was written for the legacy 'mongo' shell but has since been tested with the modern 'mongosh' ...
2 comments:
‹
›
Home
View web version