文件名称:transaction-statistics-service:并发交易统计服务
文件大小:42KB
文件格式:ZIP
更新时间:2024-04-24 16:27:17
Java
交易统计服务 RESTful API,用于计算事务的最后60秒的实时统计信息。 网址 /交易 方法 POST | DELETE #### Create Transactions POST /transactions端点被调用以创建一个新的事务。 它以固定的时间执行并存储(O(1))。 请求正文 { " amount " : " 30 " , " timestamp " : " 2021-04-04T11:37:35.312Z " } 在哪里 * amount - transaction amount; a string of arbitrary length that is parsable as a BigDecimal * timestamp - transaction time in the ISO 8601 format YYYY-MM-DDThh:m
【文件预览】:
transaction-statistics-service-master
----pom.xml(4KB)
----Dockerfile(761B)
----src()
--------main()
--------it()
----.gitignore(611B)
----README.md(2KB)