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.template
to.env.local
and setVERTEX_CLIENT_ID
,VERTEX_CLIENT_SECRET
andSCENE_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 dev
to start the local development server - Browse to http://localhost:3000
- Click Open CSV and select the
./csv/demo.csv
file.
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,