The Data Catalog is an instant open data browser built primarily for Carto users who want a single public viewing place for all their datasets. It provides a configurable interface for users to navigate through different groupings of public datasets on a user's Carto account. See it in action.
You can also try this against your own account by visiting http://datacatalog.planninglabs.nyc and appending the following URL parameter: ?endpoint=YOUR_CARTO_ACCOUNT_URL
. For example, Planning Labs' account would be: https://datacatalog.planninglabs.nyc/?endpoint=https%3A%2F%2Fplanninglabs.carto.com.
- Public, searchable, and customizable catalog for you, your team, or your organizations Carto accounts
- Groups your Carto datasets' tags together for automatic filtering in the interface
- Sophisticated tagging system - categorize tags with metadata like so
fruit:banana
- the Data Catalog will only display the relevant values - Point to multiple Carto accounts
- Preview dataset and download link
- Search all datasets
- Datasets marked Private in Carto are only visible to those who are logged in
- Support for S3
- The Data Catalog will soon allow you to point to an S3 bucket on AWS or Digital Ocean. It will infer dataset "tags" from the dataset folders.
- Box
- Dropbox
- Github
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd data-browser
npm install
ember serve
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.