https://github.com/fedspendingtransparency/data-act-broker-backend
Services that power the DATA Act's central data submission platform
https://github.com/fedspendingtransparency/data-act-broker-backend
Last synced: 6 months ago
JSON representation
Services that power the DATA Act's central data submission platform
- Host: GitHub
- URL: https://github.com/fedspendingtransparency/data-act-broker-backend
- Owner: fedspendingtransparency
- License: cc0-1.0
- Created: 2016-04-28T15:39:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2026-01-13T19:07:43.000Z (6 months ago)
- Last Synced: 2026-01-13T21:36:42.491Z (6 months ago)
- Language: Python
- Homepage:
- Size: 94.2 MB
- Stars: 55
- Watchers: 32
- Forks: 29
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# DATA Broker Backend
[](https://www.python.org/) [](https://github.com/python/black) [](https://github.com/fedspendingtransparency/data-act-broker-backend/actions/workflows/pull-request-checks.yaml) [](https://codeclimate.com/github/fedspendingtransparency/data-act-broker-backend/coverage) [](https://codeclimate.com/github/fedspendingtransparency/data-act-broker-backend)
The DATA Broker backend is a collection of services that power the Data Broker's central data submission platform.
The website that runs on these services is here: [https://broker.usaspending.gov/](https://broker.usaspending.gov/ "DATA Broker website").
## Background
The U.S. Department of the Treasury is building a suite of open-source tools to help federal agencies comply with the [DATA Act](http://fedspendingtransparency.github.io/about/ "Federal Spending Transparency Background") and to deliver the resulting standardized federal spending information back to agencies and to the public.
One of these tools is the Data Broker. The Broker ingests federal spending data from agency award and financial systems, validates it, and standardizes it against the [Governmentwide Spending Data Model](http://fedspendingtransparency.github.io/data-model/ "data model"). Treasury will make a hosted version of the Broker freely available to agencies. Alternately, agencies can take this code and run the Broker locally.
The Broker contains:
* **The [Data Broker core](dataactcore/ "Data Broker core"):** common models and services used by the Broker
* **The [Broker's application programming interface (API)](dataactbroker/ "Data Broker API"):** data submission API
* **The [Data Broker validator](dataactvalidator/ "Data Broker Validator"):** data validation service
* **The [Broker website](https://github.com/fedspendingtransparency/data-act-broker-web-app "Data Broker website"):** data submission and reporting website powered by the above
The first three items compose the Broker's backend and are maintained in this repository. For details about any of the above, please follow the links to their individual README files.
## Using the DATA Broker
### Using Treasury's Hosted Broker
If you're from a federal agency that will use Treasury's hosted Data Broker, you can probably stop reading here. Instead, visit the [Broker's website](https://broker.usaspending.gov/ "Data Broker") to request a user account.
### Installing the Broker Locally
If you want to install the software on your own machine, follow the instructions on our DATA Broker [install guide](doc/INSTALL.md "INSTALL.md").