- Home
- Tag: Database
Posts tagged Database
Tag: Database
New Certification Exam Available: Neo4j Graph Data Science

Feed: Neo4j Graph Database Platform. Author: Enzo. We have added a new certification exam for Neo4j Graph Data Science on Neo4j GraphAcademy.There is a growing community of developers and data scientists who are using the Neo4j Graph Data Science Library to perform analysis of their graph data. The Neo4j Graph Data Science Library contains many graph algorithms that Neo4j provides full support for, as well as algorithms that are implemented, but not fully-supported (alpha/beta).You can become certified in Neo4j Graph Data Science to demonstrate to your colleagues you have this high-in-demand skill.About the ExamThe Neo4j Graph Data Science Certification exam ... Read More
David Z: How to create a system information function in PostgreSQL

Feed: Planet PostgreSQL. 1. Overview PostgreSQL supports many System Information Functions, such as Session Information Functions, Access Privilege Inquiry Functions, Schema Visibility Inquiry Functions, System Catalog Information Functions, Transaction ID and Snapshot Information Functions, etc. However, you may want build some special functions and integrate them into the PostgreSQL. This blog is going to walk through the steps about how to build your own System Information Functions into PostgreSQL. 2. Analyze the requirement Since there are so many functions built-in PostgreSQL already, you should perform some research and analysis before you decide to create a new one. In this blog, ... Read More
cary huang: How PostgreSQL Handles Sub Transaction Visibility In Streaming Replication

Feed: Planet PostgreSQL. 1. Introduction As an experienced PostgreSQL user, you may have a lot of experience in setting up streaming replication in your database clusters to make multiple backups of your data. But have you wondered how the standby is able to correctly determine if a tuple sent from the primary should be visible to the user or not. In the case where a transaction contains multiple subtransactions, how does the standby determine the visibility in this case? You might say… well it is PostgreSQL so it will just work… This is true. If you are someone who is ... Read More
New AWS Solutions Consulting Offer – Driving Digital Transformation with Sitecore
Feed: Recent Announcements. Driving Digital Transformation with Sitecore is an AWS Solutions Consulting Offer delivered via a consulting engagement from Slalom, an AWS DevOps Competency and AWS Digital Experience Competency Partner. With the Driving Digital Transformation with Sitecore consulting offer, Slalom leverages Sitecore’s combination of content management, commerce, and customer insights to design and create a complete, customer-centric strategy and solution. Customers that request this consulting offer will participate in an engagement that delivers a customized Sitecore configuration and deployment as well as customer experience strategy, training, and support. Driving Digital Transformation with Sitecore is based on the Sitecore XP ... Read More
5 Things to Look For in a Data Pipeline Tool

Feed: Matillion. Author: Julie Polito; Today marks the one-year anniversary of general availability for Matillion Data Loader. It’s been exciting to watch the growth of our first SaaS product and its adoption by Matillion customers. You’ve moved more than 350 billion rows of data for free! We’ve come a long way in a year and are excited for what’s coming this year. More on that in future blog posts. In the time since we first announced Matillion Data Loader, the pipeline business has grown and changed as well. To be frank, the data pipeline category has become commoditized. Connecting to a ... Read More
Using AWS for on-premises WordPress site continuity

Feed: AWS Public Sector Blog. Author: Farhad Jahangirov. Applications running on LAMP (Linux, Apache, MySQL, and PHP) stack are ubiquitous—WordPress alone represents 38% of all content management systems. Other popular CMS applications such as Drupal and Joomla also run on LAMP as well as Moodle, a widely used learning management system (LMS). Because of the popularity of these applications, public sector organisations such as educational institutions should protect their business continuity by implementing disaster recovery (DR) solutions: policies, tools, and procedures to help the recovery or continuation of technology infrastructure and systems following a disaster. Amazon Web Services (AWS) Professional ... Read More
Effective data lakes using AWS Lake Formation, Part 1: Getting started with governed tables

Feed: AWS Big Data Blog. Thousands of customers are building their data lakes on Amazon Simple Storage Service (Amazon S3). You can use AWS Lake Formation to build your data lakes easily—in a matter of days as opposed to months. However, there are still some difficult challenges to address with your data lakes: Supporting streaming updates and deletes in your data lakes, for example, database replication, and supporting privacy regulations such as GDPR and CCPA Achieving fine-grained secure sharing not only with table-level or column-level access control, but with row-level access control Optimizing the layout of various tables and files on ... Read More
Harness the power of data with Azure Data and AI
Feed: Microsoft Azure Blog. Author: Rohan Kumar. For any organization to succeed in a world of unprecedented uncertainty, a new level of agility is required. Core to that agility is the ability to quickly gain insights from data at any scale, power ultra-low latency applications that deliver personalized experiences, and empower all users in an organization, regardless of size. This requires a computing platform that provides limitless scale, performance, and possibilities for what can be achieved with data. To help organizations achieve these limitless capabilities, we shared several announcements today at Microsoft Ignite: Unmatched analytics Our commitment to customers is ... Read More
Analyzing Freshdesk data using Amazon EventBridge and Amazon Athena

Feed: AWS Compute Blog. Author: Benjamin Smith. This post is written by Shashi Shankar, Application Architect, Shared Delivery Teams Freshdesk is an omnichannel customer service platform by Freshworks. It provides automation services to help speed up customer support processes. The Freshworks connector to Amazon EventBridge allows real time streaming of Freshdesk events with minimal configuration and setup. This integration provides real-time insights into customer support operations without the operational overhead of provisioning and maintaining any servers. In this blog post, I walk through a serverless approach to ingest and analyze Freshdesk data. This solution uses EventBridge, Amazon Kinesis Data Firehose, ... Read More
Neo4j timeline visualization with KronoGraph

Feed: Cambridge Intelligence. Author: Matt Michel. In the first of this 2-part blog series, I’ll demonstrate how to create an interactive React application where a Neo4j timeline visualization and graph visualization work side-by-side.If you’re familiar with our graph visualization toolkits, you’ll know how easy it is to integrate with graph databases like Neo4j. KeyLines and ReGraph also work seamlessly with KronoGraph, our timeline visualization toolkit, to provide two powerful views of the same data.Combining graph and timeline visualization with your favorite database gives users new and exciting ways to analyze their most important datasets. A hybrid Neo4j timeline visualization and ... Read More
Recent Comments