Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Can I use cloud storage to write the data instead of DB(cloud SQL or Bigtable)

I have one use case. We are getting the http request, fetching the data from request and then writing each record in the databse (audit DB) for audit purpose with some additional fields like customer ID.  Then we will read the data from Audit DB and will generate the report and will send to external system.  we will also store reports on cloud storage for archival stage after reading from audit DB.  I want to store the data (Audit records) in cloud storage directly instead of databse (Audit DB like cloud SQL, Bigtable). Is it right solution? 

  • So here in this case we will get the request, fetch the records and will write Directly to cloud storage instead of writing to audit DB. Then we will read the records from cloud storage and will generate the report and send to external system. Is my approach right? Kindly suggest if using cloud storage directly instead of Audit DB (will bypass the Audit DB here) is right solution? 
0 2 463