A collection of useful scripts, configurations, and resources to assist with development, performance testing, database operations, and more. This repository is organized into categories for easy navigation.
.
├── Docker
│ ├── kafka-docker
│ │ └── docker-compose.yml
│ └── milvus-docker
│ └── milvus-standalone-docker-compose.yml
├── Git
│ ├── git rebase.md
│ └── git-cheat-sheet-education.pdf
├── Locust
│ ├── locust_api_scripts
│ │ └── sample_perf.py
│ ├── locust_grpc_scripts
│ │ ├── grpc_proto
│ │ ├── grpc_user
│ │ └── dhwani_model_perf.py
│ ├── README.md
│ └── requirements.txt
├── Nginx
│ └── nginx_commands.txt
├── Python
│ ├── async
│ │ └── async_batch_requests.py
│ ├── celery
│ │ ├── app.py
│ │ └── sqlalchemy_scheduler.py
│ ├── fastapi
│ │ └── apscheduler_cron.py
│ ├── kafka
│ │ ├── kafka-consumer.py
│ │ └── kafka_producer.py
│ ├── s3
│ │ └── s3_client.py
│ ├── send_email
│ │ └── send_email.py
│ ├── sockets
│ │ ├── client_side.py
│ │ └── server_side.py
│ └── sqlalchemy
│ ├── database.py
│ └── standalone_database.py
├── SQL
│ └── SQL-cheat-sheet.pdf
├── README.md
└── tree.txt
21 directories, 24 files