Created
October 7, 2022 15:16
-
-
Save kevcodez/a8fd54fca0a0c2d0657de0d6fef9ffdc to your computer and use it in GitHub Desktop.
medium_mongodb_performance_sample_document
This file contains hidden or 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
{ | |
"_id": "1232312323", | |
"name": "Apple", | |
"isin": "US123456890", | |
"marketCap": 1233413233.123, | |
"ipoDate": "2000-01-01", | |
"lastPrice": 123.23, | |
"dividends": [ | |
{ | |
"date": "2022-01-01", | |
"amount": 1.23, | |
"currency": "USD" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment