Laura Czajkowski | Couchbase Blog

Author

All posts by Laura Czajkowski, Developer Community Manager, Couchbase

Laura Czajkowski is the Snr. Developer Community Manager at Couchbase overseeing the community. She’s responsible for our monthly developer newsletter.

Using Couchbase Full Text Search Service in Java
Using Couchbase Full Text Search Service in Java

Full-text based search is a feature that allows users to search based on texts and keywords, and is very popular among users and the developer community. So it’s a no-brainer that there are lots of APIs and frameworks that offer...

Graphql server with node and couchbase, ottoman and spatial view
Graphql server with node and couchbase, ottoman and spatial view

Learn how to perform a geographical query in our data with couchbase.and how we can avoid underfetching or overfetching using Graphql.

Couchbase Meets .Net Core and Docker
Couchbase Meets .Net Core and Docker

With the release of the Couchbase .NET SDK 2.4.0, Couchbase now has official support for .NET Core. This opens up a wide new world for .NET Couchbase developers. In particular, we can now use Docker to easily manage our applications...

Using Autonumber in Couchbase
Using Autonumber in Couchbase

During software development we often to generate a unique key in an orderly sequential fashion. Learn about the process of using Autonumber in Couchbase.

Develop a REST API with Couchbase Ottoman + Node.js + hapi.js
Develop a REST API with Couchbase Ottoman + Node.js + hapi.js

Learn how to develop a REST API using Node.js and Couchbase ODM Ottoman. See how to use hapi.js, which makes it easy to start and develop an API.

Couchbase Weekly, January 25 2017
Couchbase Weekly, January 25 2017

Learn what’s latest in the Couchbase Community. Let us know if we missed anything at @couchbasedev, @couchbase or #Couchbase. Highights This Week January 26: Applying N1QL and FTS over machine learning January 24: Couchbase Partner Day January 24: Nuts and Bolts of...

Transferring Data From Cassandra to Couchbase Using Spark
Transferring Data From Cassandra to Couchbase Using Spark

This post focuses on the code that transfers data from Cassandra to Couchbase using Spark. Check out how to configure and run the transfer plugin.

Ingesting JSON Data Into Couchbase NoSQL Database Using Streamsets
Ingesting JSON Data Into Couchbase NoSQL Database Using Streamsets

See how data pipelines in Streamsets, allow to ingest JSON data very quickly into Couchbase without writing much or no code at all.

Validating your Sync Gateway documents with synctos
Validating your Sync Gateway documents with synctos

When building any system with client and server components, it is critical to validate the data that the client tries to store on the server and to ensure that only those who are authorized can view or modify it. Otherwise...

A convenient workload generator for Couchbase in OpenShift
A convenient workload generator for Couchbase in OpenShift

Learn how to integrate the datastores in OpenShift in local environments at least, most probably in test environments too and maybe even in production.

Couchbase Weekly, December 21 2016
Couchbase Weekly, December 21 2016

Learn what’s latest in the Couchbase Community. Let us know if we missed anything at @couchbasedev, @couchbase or #Couchbase. Announcements This Week ​ Kafka Connector 3.0.0 GA released — provides functionality to stream, filter, and transform events from Couchbase Server to Kafka...

Couchbase Weekly, December 13 2016
Couchbase Weekly, December 13 2016

Learn what’s latest in the Couchbase Community. Let us know if we missed anything at @couchbasedev, @couchbase or #Couchbase. Announcements This Week .NET SDK 2.3.1 update released — enhancements in data structures + full-text search APIs + known bug fixes Node.js SDK...