It should be noted that the software running Data.gov itself has not been made open source. This is a project of the American and Indian governments to produce an open-source version of Data.gov to be shared with other governments.
Here's an open-source government data catalog originally made for the City of Philadelphia, built on Django:
If the data is available for download (preferably via ftp) what needs to be "open source"?
Personally I do not care what software they use to run the site so long as the data is available for download in a open format like CSV. Compare this with offering the data in little bits via some silly JSON API or offering it in some format that requires some addtional closed source software to process.
To me, the data is what is important. What software they choose to use is not important, as long as the data is easily accesible (ftp is my preference). What's important is that I can use whatever software I want to process the data.
Yep. They open sourced the equivalent of their marketing site, not an actual data platform. Very disappointing. As another poster mentioned, CKAN is open source, and does include the data hosting platform (based on elasticsearch). Max Ogden has also published two projects that seem relevant: datacouch and (I think) the pdx API for Portland, which are both couchdb based. All three are worth checking out.
I'm really excited about the possibilities of this. The exact implementation might have it's various flaws but it's an exciting move in the right direction.
It's been awhile since I've read through Drupal projects...but how much of this is usuable, extendable modules and how much of it is "Create a database and run the Drupal init script on it"?
[+] [-] luigi|13 years ago|reply
Here's an open-source government data catalog originally made for the City of Philadelphia, built on Django:
http://civiccommons.org/apps/open-data-catalog
[+] [-] abdcfe|13 years ago|reply
If the data is available for download (preferably via ftp) what needs to be "open source"?
Personally I do not care what software they use to run the site so long as the data is available for download in a open format like CSV. Compare this with offering the data in little bits via some silly JSON API or offering it in some format that requires some addtional closed source software to process.
To me, the data is what is important. What software they choose to use is not important, as long as the data is easily accesible (ftp is my preference). What's important is that I can use whatever software I want to process the data.
[+] [-] jmvoodoo|13 years ago|reply
[+] [-] simonbrown|13 years ago|reply
It is licensed under GPL, though (inherited from Drupal):
https://github.com/opengovplatform/opengovplatform/blob/mast...
[+] [-] lince|13 years ago|reply
At the moment we have:
- USA
data.gov [linked by ahi]
- City of Philadelphia
http://opendataphilly.org/ [linked by luigi]
- Spain
https://datospublicos.jottit.com/ [spanish link, sources not very parsing friendly]
Which else do you know?
[+] [-] lince|13 years ago|reply
- Wiki of Open Data Day: http://www.opendataday.org/wiki/Data
- Comunity section of data.gov: http://www.data.gov/community
[+] [-] capgre|13 years ago|reply
http://datacatalogs.org/
[+] [-] ryanbraganza|13 years ago|reply
New South Wales - http://data.nsw.gov.au/
[+] [-] oscilloscope|13 years ago|reply
http://www.opengovplatform.org/
Another solution is CKAN, maintained by the Open Knowledge Foundation, which actually does run data.gov.uk
http://ckan.org/
http://data.gov.uk/project#q6
[+] [-] tmcw|13 years ago|reply
[+] [-] jpxxx|13 years ago|reply
[+] [-] ryancarson|13 years ago|reply
[+] [-] intended|13 years ago|reply
[+] [-] danso|13 years ago|reply
https://github.com/opengovplatform/opengovplatform
[+] [-] nowarninglabel|13 years ago|reply
[+] [-] fmitchell0|13 years ago|reply
[+] [-] tmcw|13 years ago|reply
/if you mean 'yikes, it's Drupal at all', yes.