This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# MongoDB Object ID decode | |
# Randall Shane, PhD | |
# [email protected] | |
# BaseXVI.com | |
# 28 July 2014 | |
'''MongoDB creates a unique id ('_id' key) for every document | |
which is a 12 byte object comprised of 4 parts as follows: | |
time stamp: 4 bytes |