Skip to content

Instantly share code, notes, and snippets.

@kevcodez
Created October 7, 2022 14:45
Show Gist options
  • Save kevcodez/ae6de69b8c6b510dd4e04cdcb4036906 to your computer and use it in GitHub Desktop.
Save kevcodez/ae6de69b8c6b510dd4e04cdcb4036906 to your computer and use it in GitHub Desktop.
medium_mongodb_performance_sample_document
{
"_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