Tag: Nosql
-
Neo4j 4.3: Relationship indexes
Posted on July 8, 2021, Level beginner Resource Length medium
The new index types in Neo4j 4.3 work in much the same way as Node and Node Property indexes do -- they enable you to quickly look up where there are references to a particular Relationship Type in the graph (i.e. which Nodes are connected by the relationship). By Stu Moore, Product Manager.
Tags data-science cloud database nosql
-
Processing time-series data with Redis and Apache Kafka
Posted on June 22, 2021, Level beginner Resource Length medium
Learn how to analyze time-series data through RedisTimeSeries with Apache Kafka in this practical walkthrough. RedisTimeSeries is a Redis module that brings native time-series data structure to Redis. By Abhishek Gupta.
Tags app-development apache microservices nosql event-driven messaging
-
How we implemented Distributed Multi-document ACID Transactions in Couchbase
Posted on March 24, 2021, Level advanced Resource Length long
ACID Transactions are a must when you have strict data consistency requirements in your application. The costs of running transactions on distributed systems can rapidly create bottlenecks at scale. By Denis Rosa, Developer Advocate, Couchbase.
Tags database cloud cio nosql software-architecture
-
How to containerize a local DynamoDb
Posted on March 15, 2021, Level intermediate Resource Length medium
This is going to be a very quick tutorial. I am going to show you how you can use Docker to spin up a DynamoDb. By Phillip Ninan.
Tags serverless nosql docker devops aws
-
DynamoDB checklist
Posted on March 14, 2021, Level intermediate Resource Length medium
DynamoDB is the leading serverless database in the AWS suite of offerings. It provides an easy to configure, high-performance, NoSQL database with low operational overhead and almost endless scalability. By SenseDeep.
Tags serverless nosql miscellaneous database aws
-
Open sourcing the Netflix Domain Graph Service Framework: GraphQL for Spring Boot
Posted on February 12, 2021, Level intermediate Resource Length medium
Alex Birsan recently published his article "Dependency Confusion: How I Hacked Into Apple, Microsoft and Dozens of Other Companies" in which he explains how he used language level package managers like npm (Javascript), pip (Python), and gems (Ruby) to get companies to install and run his malicious code on their infrastructure. By Paul Bakker and Kavitha Srinivasan.
Tags open-source java nosql apis web-development app-development
-
Firestore and authentication
Posted on January 11, 2021, Level beginner Resource Length medium
Firebase authentication makes it easy to add user identities to your app. When combined with Firestore, it can help to secure user data. By Steve Marx.
Tags nosql software infosec database
-
We burnt $72k testing Firebase + Cloud Run and almost went bankrupt
Posted on December 13, 2020, Level beginner Resource Length medium
This is the story of how close we came to shutting down before even launching our first product, how we survived, and the lessons we learnt. By Sudeep Chauhan.
Tags nosql cio management teams startups google
-
AWS NoSQL: Choosing the best option for you
Posted on September 15, 2020, Level intermediate Resource Length medium
NoSQL databases enable you to store data with flexible schema and a variety of data models. These databases are relatively easy for developers to use, and have the high performance and functionality needed for modern applications. NoSQL databases can hold large volumes of data while still providing low latency. By Yifat Perry.
Tags nosql cloud cio database software-architecture
-
Apache Cassandra: An essentials guide
Posted on August 25, 2020, Level intermediate Resource Length long
Need to get up to speed on Cassandra and learn how it can benefit your software development practices? These are the essentials that cover the basics. By Rebecca Mills, Developer Relations @ DataStax.
Tags apache database nosql cloud big-data
-
Handling slow queries in MongoDB: Investigation
Posted on August 17, 2020, Level beginner Resource Length medium
Article by Justin Liu about one of the most essential factors of performance in any application -- latency. Faster application response times have been proven to increase user interaction and engagement as systems appear more natural and fluid with lower latencies.
Tags nosql miscellaneous performance devops software-architecture
-
Build a GraphQL powered API with Laravel
Posted on August 8, 2020, Level intermediate Resource Length long
Often referred to as a platform or programming language agnostic query language, GraphQL is a comprehensive approach to guide software engineers in building data-driven applications. In this tutorial, you will learn some of the fundamental concepts required to build a Laravel API powered by GraphQL. BY Oluyemi Olususi.
Tags php web-development programming apis restful nosql