Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

AWS 额外数据库服务


AWS 云不同的数据库类型

AWS 提供更多类型的数据库。

如果您需要使用它们,了解它们是件好事。


额外数据库服务视频

W3schools.com 与 Amazon Web Services 合作,为我们的学生提供数字培训内容。


AWS DocumentDB

AWS DocumentDB 是一种基于文档的数据库服务。

它是一种 NoSQL 数据库。

它支持 MongoDB。

它非常适合内容管理系统、用户画像和目录编制。

以下是一个基于文档的数据库中的文档示例。

{
 name: "Jason",
 age: "29",
 city: "New York"
 profession: "Accountant"
}

AWS Neptune

AWS Neptune 是一种图数据库服务。

它可以用于从您的数据创建图,用于各种目的。

它非常适合财务记录、供应链系统和其他集中式数字记录。

An image that shows how Amazon Neptune works

图像由 Amazon Web Services 创建

该图像说明了 Amazon Neptune 的工作原理。

图片取自 https://aws.amazon.com/neptune/


AWS QLDB (AWS 量子账本数据库)

AWS QLDB 是一种账本数据库服务。

它提供应用程序所有更改的历史数据。

它非常适合财务记录、供应链系统和其他集中式数字记录。

An image that shows how Amazon QLDB works

图像由 Amazon Web Services 创建

该图像说明了 AWS QLDB 的工作原理。

图片取自 https://aws.amazon.com/qldb/


AWS 托管区块链

AWS 托管区块链是一种利用开源框架创建或管理区块链网络的服务。

只需点击几下,您就可以加入、创建和管理区块链网络。

以太坊Hyperledger Fabric 是流行的开源区块链技术。

An image that shows how Amazon Managed Blockchain works

图像由 Amazon Web Services 创建

该图像说明了 AWS 托管区块链的工作原理。

图片取自 https://aws.amazon.com/managed-blockchain/



AWS ElastiCache

AWS ElastiCache 服务在数据库之上添加了缓存层。

缓存层存储一部分数据。

它加速了应用程序性能。

它提高了数据库请求的读取时间。

RedisMemcached 受 AWS ElastiCache 服务支持。

An image that shows how Amazon ElastiCache works

图像由 Amazon Web Services 创建

该图像说明了 AWS ElastiCache 的工作原理

图片取自 https://aws.amazon.com/elasticache/


AWS DynamoDB 加速器 (DAX)

它是一种用于 AWS DynamoDB 的内存中缓存服务。

它提高了非关系数据的读取时间。

它将响应时间从毫秒提高到微秒。

它是一种完全托管、灵活且安全的服务。

An image that shows how Amazon DynamoDB Accelerator works

图像由 Amazon Web Services 创建

该图像说明了 AWS DAX 的工作原理

图片取自 https://aws.amazon.com/dynamodb/dax/


AWS 云练习

通过练习测试自己

练习

填空

AWS Neptune is a  database service

开始练习


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.