Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 635 Bytes

README.adoc

File metadata and controls

25 lines (19 loc) · 635 Bytes

HN Jobs

Provides an importer, processor, server and client to allow full-text searches of Hacker News job postings from the monthly "Who is hiring" thread.

Development

HNJobs can be developed and fully tested on Minikube before merging pull requests. Skaffold is required as a build/deploy dependency. Use the following set of commands to build and deploy the HNJobs project locally:

./minikube-start.sh
skaffold dev

The local deployment can be verified using the following commands:

grpcurl --insecure -d '{"id":1234}' grpc.example.com:443 hnjobs.Import/AddWhoIsHiring