-
Notifications
You must be signed in to change notification settings - Fork 13
Planning for New Datasets
Billy Charlton edited this page Apr 4, 2017
·
1 revision
PostGIS is flexible enough to accept just about any dataset we could possibly throw its way. Expanding our system to new datasets will require going through the same process that is currently underway for CMP and Fast-trips:
- A data assessment to understand what's in it, how it's used, current use cases, and update procedures
- Thoughtful consideration of the size of the dataset and how it is expected to grow or change over time
- A data schema which defines the data dimensions and fact tables
- Additional computing or storage resources required to support the new dataset.
- Creating initial data access and visualization landing pages
- Setting up the new dataset on the dev system and fully testing, before pushing to production.
I don't think there is a whole lot more to this topic. What have I missed?
Get Started
- Back-End Setup
- Setting up your development environment
- Building Prospector locally
- Publishing your changes
Other Useful Links
- Recipes for typical tasks
- Glossary
- Publishing instructions for CMP standalone site
- Deploying a new release GitHub Pages and Prospector
Platform Considerations
Background Information