Tag: javascript
Using Couchbase Lite for Data Storage With Cordova Plugin
Couchbase Lite is an embedded NoSQL database for iOS, Android and .Net platforms. The framework’s API supports native platform bindings for Android(Java), iOS (Swift, ObjC) and UWP/Xamarin (csharp). This implies that if you are building a Cordova app and you...
Tutorial on Using Couchbase Lite for data storage in React Native Apps
Couchbase Lite is an embedded NoSQL database for iOS, Android and .Net platforms. The framework’s API supports native platform bindings for Android (Java), iOS (Swift, ObjC) and UWP/Xamarin (csharp). This implies that if you are building a React Native app...
Typeahead: Develop with Couchbase Full-Text Search & Node.js
Over the past year or so I’ve written a variety of tutorials around the full-text search (FTS) service of Couchbase, most of which are specific examples of how to do something with one of the SDKs and never really anything...
The Couchbase Data Platform in Action: Couchbase Connect 2017 SV Demo Technical Overview
Last Fall we showed a 30 minute live demo of a full stack application written using a broad range of the Couchbase Data Platform capabilities. This was at the Couchbase Connect Silicon Valley 2017 conference. In this introductory post,...
Create a GraphQL Application With Node.js, NoSQL Databases
I’ve been hearing a lot of buzz around working with GraphQL and NoSQL, internally within Couchbase and externally. Since it sounds like a hot topic, I figured I’d spend some time learning about it to see how it could be...
The Couchbase Data Platform in Action: The Couchbase Connect 2017 Silicon Valley Technical Demo
A Full Stack Application Built Using the Couchbase Data Platform This past year, at the annual Couchbase Connect conference in Silicon Valley, we were proud to present a technical demonstration showing much of the breadth of the Couchbase Data Platform...
Geospatial Search With ASP.NET Core, Aurelia, Google Maps
Geospatial search is now fully supported in Couchbase Server 5.5. Check out the Couchbase Server 5.5 announcement, and download the developer build for free right now. In this post, I’m going to demonstrate the geospatial capabilities of Couchbase Full Text...
Detect Sensitive Data Automatically With Couchbase Functions
Storing sensitive information in a database without encryption is not a good thing, but have you ever done in on accident due to bugs in your application code or a misconfiguration in your database? What if there was a way...
Use AWS Lambda and API Gateway with Node.js and Couchbase NoSQL
There has been a lot of buzz around functions as a service (FaaS), commonly referred to as serverless. A popular provider for these functions is Amazon with its AWS Lambda service. One could create a function in any of the...
FTS With Facets in Couchbase NoSQL With Node.js
Earlier this month I had written about using facets with Full Text Search (FTS), a subject that is often considered scary. In this previous tutorial we had configured an FTS index and a sample application with the premise of being...
Using Facets in a Couchbase NoSQL Full Text Search Query
Being able to execute Full Text Search queries in Couchbase without the need for additional tooling such as Elastic is huge for NoSQL. About a year ago, I had written about using Full Text Search (FTS) in Couchbase Server with...
Midwest JS Project Source on Full Stack Node Development, Available
Back in August I had participated in Midwest JS located in Minneapolis, Minnesota. As you may know, I’m a huge fan of developing full stack applications with the JavaScript stack. This is exactly what I had presented on at the conference. My...