Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logging REST events in BigQuery

Corresponding article on how to create and visualize REST API call reports: Corresponding article

Curl commands for interacting with REST API:

curl -H "Content-Type: application/json" -X POST -d '{"time":"2017-12-25T14:26:50.466"}' http://localhost:8080/api/ping
curl -H "Content-Type: application/json" http://localhost:8080/api/ping
curl -H "Content-Type: application/json" -X POST -d '{"userName":"Igor"}' http://localhost:8080/api/greeting
curl -H "Content-Type: application/json" http://localhost:8080/api/greeting

Deploy to Flex Engine

mvn appengine:deploy

or add to specific project if you have multiple google cloud accounts:

mvn appengine:deploy -Dapp.deploy.project=yourprojectid

About

Analytics for RESTful interface via Google Appengine Flex, BigQuery and Datastudio

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages