q-m / scrapyd-k8s

Scrapyd on container infrastructure
MIT License
12 stars 7 forks source link

Add basic web interface #14

Open wvengen opened 7 months ago

wvengen commented 7 months ago

Scrapyd has a basic web interface. It would be useful to have something here too, for easy access. Granted, you can already inspect everything with docker or kubectl, but a basic web interface still has its uses.

The idea is to have a simple interface:

wvengen commented 7 months ago

This can be very very simple. SInce there is an API already, it does make sense to make use of it. This means it would be a basic client-side application accessing the API. (Or add JSON and HTML responses to the API endpoints, if you can do that without polluting the API code, that may be an option. Don't over-engineer here.) Don't use some large framework, but keep it small and simple.