Let's build a Full-Text Search engine (Part 2)
with RocksDB as the persistence layer
Search for a command to run...
with RocksDB as the persistence layer

In the previous article, We were able to setup a fully functional API. In this tutorial we will setting up Cloud functions for database triggers. Cloud functions can be run when database operations such as read, write, update or delete occurs. We ...

In the previous article, we were able to setup a Cloud function which responds to HTTP requests. In this article, we will be building a REST API on top of our previous setup using Express.js and Cloud Firestore Quick note: Most of our work will be i...

According to the official documentation : Cloud Functions is Google Cloud’s event-driven serverless compute platform. Run your code locally or in the cloud without having to provision servers. Go from code to deploy with continuous delivery and mo...