-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: create crawler api server #52
Conversation
I did not run your changes, but I am concerned that this API does not support concurrent calls. He cannot be used simultaneously |
Any news on this feature ? :) |
@databill86 I am working on the docker file, facing some small issues, I should get it in a couple of days. |
@databill86 - This PR is ready to be reviewed. I will attempt to Dockerize in another PR. This should get us started with the API running locally. |
looks great, thanks for the contribution @adityak74! would be great if you could send a followup PR updating the README about how to use this as an API as well, so new users know what is possible and how to use these updates |
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@steve8708 - Thanks and sure I will create README PR soon. |
feat: create crawler api server
This PR creates an express server that exposes
/crawl
endpoint that accepts the config as a post-request body and responds to the crawled json.Swagger API Documentation at:
/api-docs
Doesn't support concurrency yet. - #120
Fixes: #43