Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 7572312

Browse files
author
Haley Van Dyck
committed
Merge pull request #80 from willpugh/prose-patch-5
Updating the implementation guidance to include Socrata. Since, Socrata now offers built-in support for data.json
2 parents 026c79b + 58e789d commit 7572312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: implementation-guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ layout: default
44
title: Implementation Guide
55
permalink: "/implementation-guide/"
66
filename: "implementation-guide.md"
7-
87
---
98

109
## 1) Create and maintain an enterprise data inventory
@@ -16,7 +15,7 @@ Maintain a complete listing of all datasets owned, managed, collected, and/or cr
1615

1716
Produce a single catalog or list of data managed in a single table, workspace, or other relevant location. Describe each dataset according to the [common core metadata](/schema/).
1817

19-
This listing can be maintained in a Data Management System (DMS) such as the open-source [CKAN](http://www.ckan.org) platform; a single spreadsheet, with each metadata field as its own column; or a DMS of your choosing.
18+
This listing can be maintained in Data Management Systems (DMS) such as the open-source [CKAN](http://www.ckan.org) platform or Software as a Service offerings like [Socrata](http://www.socrata.com/open-data-portal); a single spreadsheet, with each metadata field as its own column; or a DMS of your choosing.
2019

2120
### B) Best Practices and Examples
2221

@@ -47,6 +46,7 @@ While you could manually create this file in a text editor, it is recommended th
4746

4847
* **Don’t have a DMS?** Use the hosted Catalog Generator to create your data.json file via basic data entry.
4948
* **Is your data inventory stored in a CSV (Excel file)?** Use the [CSV-to-API generator](http://labs.data.gov/csv-to-api/) to automatically convert it into a compliant data.json file.
49+
* **Is your data inventory stored in Socrata?** Socrata has native support for data.json, so any datasets stored are automatically exposed appropriately. In addition, any of the extended properties specified in the [common core metadata](http://project-open-data.github.io/schema/) can be set on a per-dataset basis using the built-in metadata facilities.
5050
* **Is your data inventory stored in CKAN?** Use the Data.gov extension (coming soon).
5151
* **Not sure if your data.json file meets the requirements?** Paste your file into the [JSON Validator](https://github.com/project-open-data/json-validator) to receive real-time feedback.
5252

0 commit comments

Comments
 (0)