- Home
- NoSQL Databases
Category: NoSQL Databases
This Week in Neo4j: Ops Manager Release, New .NET Courses, Cybersecurity, Twitter, Med Research, and More

Feed: Neo4j Graph Data Platform. Author: Yolande Poirier. Whether you’re running a single instance of Neo4j, or multiple databases across clusters, you will be pleased to hear about the release of the Neo4j Ops Manager. This new product makes it effortless to monitor and administer all your Neo4j databases, instances, and clusters from a central UI-based application.
Using Neo4j Ops Manager, you can instantly view the status of all databases under management. This will tell you whether all is well or if any cluster or instance needs attention. You can inspect the health of each instance, reviewing database-specific, OS, ... Read More
Laravel and SingleStoreDB Quickstart Guide
Feed: SingleStore Blog. Author: . In this guide, we'll show you how to get up and running with Laravel and SingleStoreDB in a matter of minutes. You can view the full example repository at github.com/singlestore-labs/start-with-laravel or follow along here.If your machine is not already set up with Composer, we recommend reading their getting started documentation. You may also consult Laravel's getting started documentation.To get started, create a fresh Laravel project.# Create a new Laravel project. composer create-project laravel/laravel singlestoredb-example cd singlestoredb-example Then require the SingleStoreDB database driver for Laravel.# Require the SingleStoreDB driver for Laravel. composer require singlestoredb/singlestoredb-laravel Now we ... Read More
High Availability Architecture Demystified
Feed: Redis. Author: John Noonan. What is high availability architecture? A high available architecture is when there are a number of different components, modules, or services that work together to maintain optimal performance, irrespective of peak-time loads. In its purest sense, this system allows businesses to work continuously without failure over a given period of time. Many businesses can’t afford even a minute of downtime. Considering that data is the lifeblood of many businesses, even just a short period of downtime can be incredibly costly. In certain real-life scenarios, lives may depend on a database built for high availability. When ... Read More
How to Migrate From PostgreSQL to SingleStoreDB

Feed: SingleStore Blog. Author: . The global Postgres community boasts tens of thousands of users and several thousand enterprises. That must say something good about the technology, right? Postgres has become very attractive to developers, thanks to benefits like its strong support for transactions, ability to handle JSON natively and ecosystem extensibility. Moreover, the database is widely adopted — given that it is open source and available as an option on popular services like AWS RDS. SaaS applications like Instagram, FlightAware and Reddit even use Postgres. Postgres developers looooooooove Postgres, so much so that it’s the #4 database on TrustRadius and on ... Read More
First Principles for the MLOps Engineer
Feed: Redis. Author: Steve Naventi. Launching an airplane from an aircraft carrier is a systematic and well coordinated process that involves reliable systems, high-performance catapults, precise navigation systems, and above all, a specialized crew having different roles and responsibilities for managing air operations. This crew, also known as the flight deck crew, are known for their colored jerseys to visually distinguish their functions. Everyone associated with the flight deck has a specific job. As a corollary to this example, launching machine learning (ML) models into production are not entirely different, except instead of launching a 45,000-pound plane into air, ML ... Read More
Neo4j Ops Manager: One Place to Centrally and Easily Manage Neo4j Databases

Feed: Neo4j Graph Data Platform. Author: Angela Zimmerman. It’s tough being part of an operations team responsible for managing databases nowadays. In the past, it was enough to have a database administrator who was proficient in SQL and knew how to operate a relational database on a single machine. But now, it seems like anybody managing databases has to be a polyglot familiar with different types of NoSQL databases. Out of all NoSQL database types, graph is the most unique compared to the aggregate NoSQL ones like document, key-value, or wide-column. Graph database adoption is growing at more than 20 ... Read More
Developers.Zed: The LinkedIn for Developers in Zambia

Feed: Neo4j Graph Data Platform. Author: Angela Zimmerman. Disruption in technology is driving change across every major industry today, and that change represents a unique opportunity for organizations of any size and value to differentiate through innovation. Whether it’s getting to Mars earlier than expected, or connecting disparate sources of information to take down a massive money laundering network, graphs are powering innovation on a global and cosmic scale. Tara Shankar Jana of Neo4j had the pleasure of speaking with Kacha Mukabe, who is a grand winner of the 2021 Leonhard Euler Idea Contest for his innovative project using Neo4j ... Read More
Apache Iceberg: An Introduction from Rackspace on Running the New Open Table Format on AWS

Feed: AWS Partner Network (APN) Blog. Author: Chaitanya Varma Mudundi. By Chaitanya Varma Mudundi, Professional Services Big Data Engineer – Rackspace Rackspace Data-driven decision making is accelerating and defining the way organizations work. With this transformation, there has been a rapid adoption of data lakes across the industry. To fuel this transformation, data lakes have evolved over the last decade. Apache Hive is a standard for data lakes, but while Apache Hive can solve some of the issues with the processing of data, it falls short at a few other objectives for next-generation data processing. In this post, I will ... Read More
Guest Blog: Simply Go Faster!
Feed: SingleStore Blog. Author: . Every organization strives to process more data faster to be able to react in real time to customers, manufacturing, logistics, pricing and other business decisions. This requires optimizing two related data functions.The first is to make data broadly accessible. Legacy data systems were purpose built for applications and specific application performance. The advances in flash data storage and networking have provided the technology foundation for modern, distributed data platforms that can serve multiple applications and data types effectively. Companies are simplifying data management by removing data silos and natively supporting multiple data types.The second is ... Read More
13 Years Later – Does Redis Need a New Architecture?
Feed: Redis. Author: Yiftach Shoolman. When interesting ideas and discussions about whether Redis’ architecture is still valid for today and future needs we think it is worth examining. A few years ago it was brought up around KeyDB, and recently a new project, Dragonfly, claimed to be the fastest Redis-compatible in-memory datastore. We believe these projects bring many interesting technologies and ideas worth discussing and debating. Here at Redis, we like this kind of challenge, as it requires us to reaffirm the architectural principles that Redis was initially designed with (hat tip to Salvatore Sanfilippo aka antirez). While we are ... Read More
Recent Comments