Skip to content

Feature/aws jmeter recruiter test#6

Open
abhinitasanabada-web wants to merge 4 commits into
feature/full-stack-integrationfrom
feature/aws-jmeter-recruiter-test
Open

Feature/aws jmeter recruiter test#6
abhinitasanabada-web wants to merge 4 commits into
feature/full-stack-integrationfrom
feature/aws-jmeter-recruiter-test

Conversation

@abhinitasanabada-web
Copy link
Copy Markdown
Collaborator

No description provided.

vedika0806 and others added 4 commits May 5, 2026 01:18
- 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
Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, we are unable to review this pull request

The GitHub API does not allow us to fetch diffs exceeding 20000 lines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants