[ Databases in AWS : Neptune ]
- Fully managed graph database
- When do we use Graphs?
-- High relationship data
-- Social Networking : Users friends with Users, replied to comment on post of user and likes other comments
-- Knowledge graphs
- Highly available across 3 AZ, with up to 15 read replicas
- Point-in-time recovery, continuous backup to Amazon S3
- Support for KMS encryption at rest + HTTPS
[ Neptune for Solutions Architect ]
Operations : similar to SDS
Security : IAM, VPC, KMS, SSL (similar to RDS) + IAM Authentication
Reliability : Multi-AZ, clustering
Performance : best suited for graphs, clustering to improve performance
Cost : pay per node provisioned (similar to RDS)
※ Remember : Neptune = Graphs
반응형
'infra & cloud > AWS' 카테고리의 다른 글
[AWS] 19. AWS Monitoring : CloudWatch (0) | 2021.09.27 |
---|---|
[AWS] 18-10. Databases in AWS : ElasticSearch (0) | 2021.09.26 |
[AWS] 18-8. Databases in AWS : Glue (0) | 2021.09.26 |
[AWS] 18-7. Databases in AWS : Redshift (0) | 2021.09.25 |
[AWS] 18-6. Databases in AWS : Athena (0) | 2021.09.25 |