Feature/aws jmeter recruiter test#6
Open
abhinitasanabada-web wants to merge 4 commits into
Open
Conversation
- datasets/linkedin_simulation_seed.sql: Complete 10K dataset (16MB) * 10,000 members, 10,200 recruiters, 500 companies * 10,000 job postings, 10,000 applications * 10,000 connections, 5,000 saved jobs - datasets/SEED_INSTRUCTIONS.md: Quick loading instructions Usage: docker exec -i $(docker compose ps mysql -q) mysql -uroot -plinkedin_pass linkedin_simulation < datasets/linkedin_simulation_seed.sql
CHANGES:
- All 10,000 applications now use mongodb://resumes/member_XXXXXX URLs
- All 10,000 members have MongoDB GridFS resume URLs
- Total: 20,000 MongoDB resume URL references
FILES:
- linkedin_simulation_seed.sql (18MB uncompressed)
- linkedin_simulation_seed.sql.gz (5.2MB compressed)
VERIFIED:
✅ 20,000 total MongoDB URLs (10K members + 10K applications)
✅ All resume PDFs exist in GridFS
✅ Backend /resumes/{member_id} endpoint serving real PDFs
✅ Tested: curl http://localhost:8000/resumes/4530 → valid 2-page PDF
DEPLOYMENT:
Team can load with:
docker exec -i $(docker compose ps mysql -q) mysql -uroot -plinkedin_pass linkedin_simulation < datasets/linkedin_simulation_seed.sql
OR use compressed:
gunzip -c datasets/linkedin_simulation_seed.sql.gz | docker exec -i $(docker compose ps mysql -q) mysql -uroot -plinkedin_pass linkedin_simulation
8a6d493 to
40aaf10
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.