brla-gov/open-checkbook-br-7qhq-wwsg
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 11 months ago
Indexed 11 months ago

Open Checkbook BR

Dataset used to support the Open Checkbook BR web portal (http://checkbook.brla.gov). This data set contains department level City-Parish spending. Some expenditures are not included as they are not tied to a particular department.

In an effort to protect certain information telephone numbers and account numbers are masked with X's. Also, the Check Number field only includes the last 4 digits of the check number.

To see all expenditures please visit the City-Parish Expenditures data set (https://data.brla.gov/Government/City-Parish-Expenditures/vwa8-ps2a)

Querying over HTTP

Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:

curl https://data.splitgraph.com/sql/query/ddn \
    -H "Content-Type: application/json" \
    -d@-<<EOF
{"sql": "
    SELECT *
    FROM \"brla-gov/open-checkbook-br-7qhq-wwsg\".\"open_checkbook_br\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • open_checkbook_br
     
     
     
     
     
Upstream Metadata