Gaurav Jayaraj - Software Engineer | Couchbase Blog

Author

All posts by Gaurav Jayaraj - Software Engineer

Gaurav Jayaraj is an intern in the Query team at Couchbase R&D. Gaurav is pursuing his Bachelors in Computer Science from PES University, Bangalore.

Talk to Your Data: A UDF That Speaks Your Language
Talk to Your Data: A UDF That Speaks Your Language

[crayon-6976c60d87bb8284824016/] The query above provides valuable insights from your data that’s stored in Couchbase about your top five users who generated the most completed orders within the past 30 days. But what if you’re not an advanced SQL++ developer and...

A Tool to Ease Your Transition From Oracle PL/SQL to Couchbase JavaScript UDF
A Tool to Ease Your Transition From Oracle PL/SQL to Couchbase JavaScript UDF

Convert PL/SQL to JavaScript UDFs seamlessly with an AI-powered tool. Automate Oracle PL/SQL migration to Couchbase with high accuracy using ANTLR and LLMs.

Recursive Query Processing in SQL++ (N1QL)
Recursive Query Processing in SQL++ (N1QL)

Users can emulate recursive CTE using JavaScript UDFs with existing infrastructure. This Couchbase blog post demonstrates just how to do that and more!