Data mining / database question

For system help, all hardware / software topics NOTE: use Coders Corner for all coders topics.

Moderators: Krom, Grendel

Post Reply
Dedman
DBB Material Defender
DBB Material Defender
Posts: 4513
Joined: Tue Oct 15, 2002 2:01 am
Location: Atlanta

Data mining / database question

Post by Dedman »

A friend of mine is a controller for a small company in San Francisco. She was lamenting the fact that every time she needs to hire someone, she has to hire a service to put the word out that they are hiring. She then gets a boatload of emailed resumes. As you can imagine after a while she gets tired of reading these things. What happens is she winds up choosing the first qualified candidate(s) whose resume she gets to.

This method has two main drawbacks; 1) she spends a boatload of time reading resumes, and 2) she possibly misses out on a more qualified candidate who got their resume in closer to the cutoff date.

I know that a lot of companies have a candidate submit their information by filing out a form on the companyâ??s website. This then populates a database from which the company can use data mining techniques to search for key words and key qualifications. This lets them quickly weed out all non-qualified candidates.

My question is this: is it simply a matter of setting up a website that will automatically populate a database such as access or some other utility, can this be accomplished with some off the shelf software or does the system have to be built from scratch?

Thanks for your help.
User avatar
Pun
DBB DemiGod
DBB DemiGod
Posts: 2108
Joined: Fri Aug 10, 2001 2:01 am
Location: Chicago, IL USA
Contact:

Post by Pun »

It can be accomplished with PHP/MySql, which are opensource and free. She just needs to make sure her web hosting company supports MySQL. And, she'd have to hire someone to build it into the website, obviously.
User avatar
DCrazy
DBB Alumni
DBB Alumni
Posts: 8826
Joined: Wed Mar 15, 2000 3:01 am
Location: Seattle

Post by DCrazy »

It probably can be done with off-the-shelf software.

A better idea would be to hire a web programmer (like me) to write a PHP/MySQL application custom-built for her needs.
User avatar
Verran
DBB Captain
DBB Captain
Posts: 589
Joined: Thu Nov 05, 1998 12:01 pm
Location: Colorado
Contact:

Re: Data mining / database question

Post by Verran »

What DCrazy said. ;)

Or, if you can't afford it, check open source applications. This one looks very robust (although Java/J2EE):
http://www.vectrics.com/
Dedman
DBB Material Defender
DBB Material Defender
Posts: 4513
Joined: Tue Oct 15, 2002 2:01 am
Location: Atlanta

Post by Dedman »

Thanks guys. I will pass along the info.
User avatar
Testiculese
DBB Material Defender
DBB Material Defender
Posts: 4689
Joined: Sun Nov 11, 2001 3:01 am

Post by Testiculese »

You can also take those emailed resume's and do a keyword search within them, and only list the matching resumes. You can even use MS's Search fnuction. Just right-click on the folder and choose Find, and put something in the 'Containing Text' field. Although I cannot vouch for it's accuracy, since I've long ago disabled the search feature in Windows.
User avatar
Nitrofox125
DBB Admiral
DBB Admiral
Posts: 1848
Joined: Sun Jul 07, 2002 2:01 am
Location: Colorado Springs, CO, USA
Contact:

Post by Nitrofox125 »

DM I'd be willing to write a farily simple site that you could expand on that does what you need. Might cost you a bit but dirt cheap compared to other places. E-mail me services[NOSPAM]@arasian.com if you're interested
Post Reply