opendataphilly / Open-Data-Catalog

Open Data Catalog is an open data catalog based on Django, Python and PostgreSQL. It was originally developed for OpenDataPhilly.org, a portal that provides access to open data sets, applications, and APIs related to the Philadelphia region. The Open Data Catalog is a generalized version of the original source code with a simple skin. It is intended to display information and links to publicly available data in an easily searchable format. The code also includes options for data owners to submit data for consideration and for registered public users to nominate a type of data they would like to see openly available to the public.
http://www.opendataphilly.org/
MIT License
244 stars 90 forks source link

Azavea warehouse #9

Closed xtoddx closed 12 years ago

xtoddx commented 12 years ago

Add data warehousing.

Be sure to set AWS_ACCESS_KEY and AWS_SECRET_KEY in local_settings.py.

When navigating to /warehouse, if your group has a data warehosue (and
corresponding s3 bucket) you will have a file upload form that posts
directly to s3.  Upon completion you are redirected back you the catalog
site where you fill out the rest of the information for the resource.  A
data url is automatically created that points to your data set.
ahinz commented 12 years ago

Merged manually...