No. 2 Construction Battalion: Nominal Roll
In honour of African Heritage Month, the Nova Scotia Archives is pleased to present a digital version of the Nominal Roll of Officers, Non-Commissioned Officers and Men, No. 2 Construction Battalion (March 1917), the only battalion of Black soldiers raised in Canada during the First World War. Additional background information available at http://novascotia.ca/archives/2construction/.
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 \"novascotia-ca/no-2-construction-battalion-nominal-roll-x6wf-yf6s\".\"no_2_construction_battalion_nominal_roll\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.