1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-09 00:30:40 +02:00

chore: update roadmap content json (#6684)

Co-authored-by: kamranahmedse <kamranahmedse@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-08-19 09:55:35 +01:00
committed by GitHub
parent 7269227dc2
commit 3c3a92835d
9 changed files with 305 additions and 47 deletions

View File

@@ -1709,6 +1709,11 @@
"title": "RabbitMQ Tutorial - Message Queues and Distributed Systems",
"url": "https://www.youtube.com/watch?v=nFxjaVmFj5E",
"type": "video"
},
{
"title": "RabbitMQ in 100 Seconds",
"url": "https://m.youtube.com/watch?v=NQ3fZtyXji0",
"type": "video"
}
]
},
@@ -2914,7 +2919,7 @@
},
"dwfEHInbX2eFiafM-nRMX": {
"title": "DynamoDB",
"description": "",
"description": "DynamoDB is a fully managed NoSQL database service provided by AWS, designed for high-performance applications that require low-latency data access at any scale.\n\nIt supports key-value and document data models, allowing developers to store and retrieve any amount of data with predictable performance.\n\nDynamoDB is known for its seamless scalability, automatic data replication across multiple AWS regions, and built-in security features, making it ideal for use cases like real-time analytics, mobile apps, gaming, IoT, and more.\n\nKey features include flexible schema design, powerful query capabilities, and integration with other AWS services.",
"links": []
},
"RyJFLLGieJ8Xjt-DlIayM": {
@@ -2971,8 +2976,14 @@
},
"WiAK70I0z-_bzbWNwiHUd": {
"title": "TimeScale",
"description": "TimescaleDB is an open-source time-series database built on top of PostgreSQL, designed for efficiently storing and querying time-series data.\n\nIt introduces the concept of hypertables, which automatically partition data by time and space, making it ideal for high-volume data scenarios like monitoring, IoT, and financial analytics.\n\nTimescaleDB combines the power of relational databases with the performance of a specialized time-series solution, offering advanced features like continuous aggregates, real-time analytics, and seamless integration with PostgreSQL's ecosystem.\n\nIt's a robust choice for developers looking to manage time-series data in scalable and efficient ways.",
"links": []
"description": "TimescaleDB is an open-source time-series database built on top of PostgreSQL, designed for efficiently storing and querying time-series data.\n\nIt introduces the concept of hypertables, which automatically partition data by time and space, making it ideal for high-volume data scenarios like monitoring, IoT, and financial analytics.\n\nTimescaleDB combines the power of relational databases with the performance of a specialized time-series solution, offering advanced features like continuous aggregates, real-time analytics, and seamless integration with PostgreSQL's ecosystem.\n\nIt's a robust choice for developers looking to manage time-series data in scalable and efficient ways.\n\nVisit the following resources to learn more:",
"links": [
{
"title": "Tutorial - TimeScaleDB Explained in 100 Seconds",
"url": "https://www.youtube.com/watch?v=69Tzh_0lHJ8",
"type": "video"
}
]
},
"gT6-z2vhdIQDzmR2K1g1U": {
"title": "Cassandra",
@@ -3002,7 +3013,7 @@
},
"5xy66yQrz1P1w7n6PcAFq": {
"title": "AWS Neptune",
"description": "",
"description": "AWS Neptune is a fully managed graph database service designed for applications that require highly connected data.\n\nIt supports two popular graph models: Property Graph and RDF (Resource Description Framework), allowing you to build applications that traverse billions of relationships with millisecond latency.\n\nNeptune is optimized for storing and querying graph data, making it ideal for use cases like social networks, recommendation engines, fraud detection, and knowledge graphs.\n\nIt offers high availability, automatic backups, and multi-AZ (Availability Zone) replication, ensuring data durability and fault tolerance.\n\nAdditionally, Neptune integrates seamlessly with other AWS services and supports open standards like Gremlin, SPARQL, and Apache TinkerPop, making it flexible and easy to integrate into existing applications.",
"links": []
},
"Z01E67D6KjrShvQCHjGR7": {