This is an example project that demonstrates how to visualize a CSV file that contains mappings of metadata to colors using Vertex's APIs and SDKs.
- Copy
.env.local.templateto.env.localand setVERTEX_CLIENT_ID,VERTEX_CLIENT_SECRETandSCENE_ID. Use the Platform Console UI to generate your application credentials and the Platform Dev Dashboard to find your scene ID. - Install dependencies,
yarn install - Run
yarn devto start the local development server - Browse to http://localhost:3000
- Click Open CSV and select the
./csv/demo.csvfile.
public/ // Static assets
src/
components/ // Components used in pages
lib/ // Shared libraries and utilities
pages/ // Pages served by NextJS
api/ // API endpoints served by NextJS
A few options for deployment,