mirror of
https://github.com/google/nomulus.git
synced 2025-07-28 13:36:26 +02:00
Create separate BSA service (#2221)
This commit is contained in:
parent
445825957d
commit
572b7101cb
31 changed files with 559 additions and 28 deletions
|
@ -66,6 +66,14 @@ sized to support not just the normal ongoing DNS load but also the load incurred
|
|||
by MapReduces, both scheduled (such as RDE) and on-demand (asynchronous
|
||||
contact/host deletion).
|
||||
|
||||
#### BSA service
|
||||
|
||||
The bsa service is responsible for business logic behind Nomulus and BSA
|
||||
functionality. Requests to the backend service are handled by the `BsaServlet`,
|
||||
which provides all of the endpoints exposed in `BsaRequestComponent`. These
|
||||
include tasks for downloading, processing and uploading BSA data.
|
||||
|
||||
|
||||
#### Tools service
|
||||
|
||||
The tools service is responsible for servicing requests from the `nomulus`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue