Skip to content

Instantly share code, notes, and snippets.

@cjoh
Last active February 16, 2024 06:22
Show Gist options
  • Save cjoh/5968595 to your computer and use it in GitHub Desktop.
Save cjoh/5968595 to your computer and use it in GitHub Desktop.
A proposed set of federal guidelines for making vendor provided information technology systems more open to both the public, and to government itself

Data Ownership & Definitions

Definitions:

Non-Proprietary formats

  • Means documented, non-binary, non-encrypted, machine-readable formats that are able to be used by multiple EIT vendors or citizens.
  • Examples of non-proprietary data formats include JSON, XML, and CSV

Data documentation

  • Means documentation about the meanings of rows, columns, fields in data. This documentation should be in standard document formats such as HTML that require no proprietary readers in order to open and read.

Machine Readable

  • Means data that can be imported into other computer software systems without a human operator's intervention.

Bulk download

  • Means data provided in a single file or archived set of files that includes data in its entirety.

Clauses

Data Portability

  • Contractor shall, at no additional cost, provide functionality that allows government administrators to export data from the system in standard, non-proprietary formats. This data should be accessible via bulk download in the graphical user interface of the provided system, and should not require support or extra cost from the contractor to extract government data.

Data documentation

  • Contractor shall furnish data documentation to government. This documentation shall include instructions for how government operators can to export data from the system, and how it can import data

Personally identifiable information

  • Contractor's data documentation shall include enumeration of which fields may contain personally identifiable information, so that this information may be redacted and released to the public.
@ahsonwardak
Copy link

Can we get some word wrap on this? The side-scroll is killer...

@cjoh
Copy link
Author

cjoh commented Jul 10, 2013

@ahsonwardak whoops. Appropriate file extension added. It's what I get for finishing up work when a plane is landing.

@ahsonwardak
Copy link

@cjoh Thanks! Much more readable!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment