This repository is the opportunity generation pipeline. This basically looks for pre-defined web pages on the web and extract opportunities. This pipeline is built in TypeScript
Head over to this repository and follow the instructions on README page
The next-opportunity-generation-pipeline
service basically looks for pre-defined opportunities off of the web and aggregates them. Then, these opportunities are sent to the next-opportunity-server
where it is properly stored. This data are stored in Postgres database and next-opportunity-migrations
service handles the creation of the necessary tables. Finally, the output of all of these services can be viewed in http://localhost:3000/opportunities locally.
Repository Name | Language | Technology/Library/Framework | Repository Link |
---|---|---|---|
opportunity generation pipeline | TypeScript | - | link |
server | TypeScript | Express | link |
client | TypeScript | React | link |
migrations | TypeScript | Knex | link |
docker | YAML | Docker and Docker Compose | link |