LanceDB

DB
Elasticsearch dashboard template | Better Stack
Scalable, open-source search engine for fast data indexing and real-time analytics.
turbopuffer
turbopuffer is a vector database built on top of object storage, which means 10x-100x cheaper, usage-based pricing, and massive scalability
Turso — SQLite for Production
Turso is SQLite for production: great developer experience and efficiency with essential quality of life improvements for modern applications.
Dragonfly - The Fastest In-Memory Data Store
Discover Dragonfly - the fastest in-memory data store for high-performance applications.
Typesense
Lightning-fast, open source search engine for everyone
Bonsai
Fully Managed Elasticsearch & OpenSearch
Medis - Modern GUI for Redis
mindsdb/mindsdb: In-Database Machine Learning
In-Database Machine Learning. Contribute to mindsdb/mindsdb development by creating an account on GitHub.
NoSQLBooster - The Smartest GUI Tool and IDE for MongoDB
NoSQLBooster is a cross-platform IDE for MongoDB Server 3.6-8.0, which provides a build-in MongoDB script debugger, SQL query, server monitoring tools, chaining fluent query, query code generator, task scheduling and advanced IntelliSense experience. A free edition is available.
Upstash: Serverless Database for Redis
Designed for the serverless with per-request pricing and Redis API on durable storage.
MongoDB Schema Design Anti-Pattern: Unnecessary Indexes
Don't fall into the trap of this MongoDB Schema Design Anti-Pattern: Unnecessary Indexes
Performance Best Practices: Indexing | MongoDB Blog
Best practices for delivering performance at scale with MongoDB. Learn about the importance of indexing and tools to help you select the right indexes.
Build a RESTful API with HapiJS and MongoDB
Learn how to build an API with HapiJS and MongoDB.
MongoDB Performance Tuning Questions
Early detection of problems allows you to stay ahead of the game, resolving issues before they affect performance.
MongoDB Schema Design Anti-Pattern: Separated Data
Don't fall into the trap of this MongoDB Schema Design Anti-Pattern: Separating Data That is Accessed Together
Anti-Pattern: Case-Insensitive Query Without Case-Insensitive Index
Don't fall into the trap of this MongoDB Schema Design Anti-Pattern: Case-Insensitive Queries Without Case-Insensitive Indexes
Introducing MongoDB for VS Code | MongoDB Blog
Today we introduce a preview of MongoDB for VS Code, an extension that makes it easy to work with MongoDB directly from your VS Code environment.
Keyword repeat token filter | Elasticsearch Reference [7.5]
Outputs a keyword version of each token in a stream. These keyword tokens are not stemmed. The keyword_repeat filter assigns keyword tokens a keyword...
Three Principles for Multilingal Indexing in Elasticsearch
Recently I’ve been working on how to build Elasticsearch indices for WordPress blogs in a way that will work across multiple languages. Elasticsearch has a lot of built in support for differe…
10 Elasticsearch Concepts You Need to Learn
Getting acquainted with Elasticsearch basics and core ELK Stack terminology with this critical checklist for beginners working with Elastic.
Elasticsearch Cheat Sheet for developers
Elasticsearch API cheatsheet for developers with copy and paste example for the most useful APIs
250$ credit on MongoDB Atlas
getAtlas
Redis Best Practices and Performance Tuning
One of the thing that I love about my organization is that you don’t have to do the same repetitive work, you will always get the chance…
Steps to Install MongoDB on AWS EC2 Instance
Updated 2/14/19: the contents of this post has been updated to install MongoDB v4.0
MongoDB Change Stream: react to real-time data changes
MongoDB Change Stream is a high-level API that allows you to subscribe to real-time notifications whenever there is a change in your MongoDB collections, databases, or the entire cluster, in an event-driven fashion.
valeriansaliou/sonic
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM. - valeriansaliou/sonic
Mastering MongoDB - Faster elections during rolling maintenance
Proactive measures to reduce the election time during the rolling maintenance
Install and Configure - Open Distro for Elasticsearch Documentation
Documentation for Open Distro, the community-driven, 100% open source distribution of Elasticsearch OSS with advanced security, alerting, deep performance analysis, and more.
Best practices and common beginner mistakes for Mongoose in Node.js
Mongoose is the most popular MongoDB ORM library to use with Node.js. However, there are a lot of things that can go wrong with the way you use it that took me, and many others that I know, to notice. Here, they will be some useful best-practices I've discovered