Skip to content

Instantly share code, notes, and snippets.

View Fashander's full-sized avatar

Alexander Tobi Fashakin Fashander

View GitHub Profile
@Fashander
Fashander / demodata.txt
Last active July 18, 2023 23:13
Demo data for document database
[
{"transaction_id": 10001, "customer_name": "Mohammed Ali", "customer_location": "New York, USA", "product_category": "Books", "transaction_time": new Date ("2023-07-10T07:00:00Z"), "product_name": "The Great Gatsby", "price": 12.99, "quantity": 2, "payment_method": "Credit Card"},
{"transaction_id": 10002, "customer_name": "Alice Johnson", "customer_location": "Dubai, UAE", "product_category": "Electronics", "transaction_time": new Date ("2023-07-10T08:00:00Z"), "product_name": "Apple iPhone 12", "price": 699, "quantity": 1, "payment_method": "Paypal"},
{"transaction_id": 10003, "customer_name": "Marie Curie", "customer_location": "Paris, France", "product_category": "Fashion", "transaction_time": new Date ("2023-07-10T09:00:00Z"), "product_name": "Gucci Handbag", "price": 2000, "quantity": 1, "payment_method": "Debit Card"},
{"transaction_id": 10004, "customer_name": "Jorge Lopez", "customer_location": "Madrid, Spain", "product_category": "Sports Equipment", "transaction_tim
@Fashander
Fashander / books.json
Created March 19, 2025 03:17
FerretDB `books` dataset
[
{
"_id": "pride_prejudice_1813",
"title": "Pride and Prejudice",
"authors": [
{
"name": "Jane Austen",
"nationality": "British"
}
],