codediodeio / rektor-db

Rektor Vector Database
663 stars 24 forks source link

Hiring: Intern with 5+ years of rektor-db experience #101

Open mattpopovich opened 10 months ago

mattpopovich commented 10 months ago

Please apply with your credentials below.

C-Nubela commented 10 months ago

Hey Matt, it may be hard sourcing a qualified candidate with specific RektorDB experience without actively sourcing your own candidates.

Recently over here at Proxycurl we ate our own dog food and just used our API to source a qualified Apache Parquet dev.

Here's an example of some simple Python to do a search for those with:

import requests, json

api_key = 'Your_API_Key_Here'
headers = {'Authorization': 'Bearer ' + api_key}
api_endpoint = 'https://nubela.co/proxycurl/api/search/person/'

params = {
    'country': 'US',
    'skills': '(?i)rektordb',
    'current_role_before': '2018-09-12',
    'page_size': '10',
}

response = requests.get(api_endpoint, params=params, headers=headers)
result = response.json()
print(json.dumps(result, indent=2))

You can create your API key for free here.

Best of luck!

basicn86 commented 10 months ago

@mattpopovich This is a fresh-out-of-college entry level position, correct?