mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 14:54:51 +02:00
Add apache beam to registry and open source
This is the initial commit of the new billing system, rewritten as an Apache Beam pipeline. This contains a basic end-to-end pipeline as proof of concept, and boilerplate for GenerateInvoicesAction, which will eventually be our automated invoice generation endpoint. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=174184171
This commit is contained in:
parent
d3254eaaeb
commit
eff2266e35
10 changed files with 703 additions and 2 deletions
|
@ -57,6 +57,19 @@
|
|||
<url-pattern>/_dr/task/brdaCopy</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<!-- Billing -->
|
||||
|
||||
<!--
|
||||
Generates the invoice CSV for the month, which we send to billing to charge
|
||||
registrars for their registrations.
|
||||
-->
|
||||
<servlet-mapping>
|
||||
<servlet-name>backend-servlet</servlet-name>
|
||||
<url-pattern>/_dr/task/generateInvoices</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<!-- ICANN Monthly Reporting -->
|
||||
|
||||
<!--
|
||||
Monthly ICANN transaction and activity reports. This task generates report
|
||||
files (in CSV format) and stores them in GCS under
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue