Neptune is a fully managed graph database service on AWS.
Tech tags:
Related shared contents:
-
tech22026-03-30
This article explores the challenges of counting unique items in large datasets and introduces probabilistic data structures known as data sketches. It discusses how traditional methods for exact counting can be resource-intensive and slow, especially at scale. The author explains various types of sketches, their advantages, and how they can provide approximate answers quickly while maintaining acceptable error bounds. The article emphasizes the importance of understanding when approximation is appropriate and the architectural implications of using sketches in data engineering.
-
tech22024-12-12
This article discusses the challenges and solutions for building end-to-end data lineage in enterprise data analytics, particularly for one-time and complex queries. It highlights the use of Amazon Athena, Amazon Redshift, Amazon Neptune, and dbt to create a unified data modeling language across different platforms. The authors explain how to automate the data lineage generation process using AWS services like Lambda and Step Functions, ensuring accuracy and scalability. The article provides insights into the architecture and implementation details necessary for effective data lineage tracking.
-
product2024-12-12
Build a process to built the complete data lineage information by merging the partial lineage generated by dbt automatically.
-
product2024-12-12
Build a process to built the complete data lineage information by merging the partial lineage generated by dbt automatically.
In productions with: