We'd like to add an external API to our existing application using GCP.

Job ID: 32731857

Budget: $30 – $250 USD

have an existing application that serves ad analytics to our customers. We're building our first fully-fledged external API and I would like to discuss implementation strategies, best practices, and receive general advice. We use BigQuery for our data store.

Simply, we'd like to start with two actions. A POST to /orders with a list of orders which is then stored in BigQuery. And a GET to /orders which returns a list of order IDs for that user that have already been stored in BigQuery. Obviously, we'll need authentication and some additional information attached to each of those requests. There will also (likely) be a data cleaning/validation step.

We're considering using GCP API Gateway and PubSub to handle this.
Related categories: API Google Cloud Platform GCP AI