project-safari / zebra

lab resource inventory and reservation system
Apache License 2.0
6 stars 8 forks source link

Engine for Zebra (Jul 17 Discussion and Jul 19 Follow-up) #197

Open evaachim opened 10 months ago

evaachim commented 10 months ago
  1. Scraping the DB to enable search on the tool's resources with increased productivity
  2. Assigning IPs in an async manner
  3. Manage requests
evaachim commented 10 months ago

Potential solution: appengine

evaachim commented 10 months ago

The goal is to have two layers:

  1. Async.
  2. DB layer
evaachim commented 10 months ago

Thus, the following can be done:

  1. requests, IPs, ...
  2. searching the db
evaachim commented 9 months ago
evaachim commented 9 months ago

May potentially use the engine for label assignment (such as, have a go routine that deals with labels).