Open
Description
Right now, bulk data file naming and structure has no consistency across states, nor manifest as to what's available. I'd propose, should it prove viable, the following file structure, accessible via an FTP server:
/<state>
/<legislature>
/<session>
bill_abstracts.csv
bill_actions.csv
bill_sources.csv
bill_sponsorships.csv
bill_version_links.csv
bill_versions.csv
vote_counts.csv
vote_people.csv
vote_sources.csv
votes.csv
FTP provides a standard protocol for easy manual and programmatic access and authentication/authorization. The consistent file naming and structure promotes data organization and allows for users/systems to predictably consume the data. Other data formats could be able to be placed in the same directory, using the same naming conventions.