Skip to content

Instantly share code, notes, and snippets.

View thangarajan8's full-sized avatar
💭
Learning to How to Learn

itsthanga thangarajan8

💭
Learning to How to Learn
View GitHub Profile
@selcukcihan
selcukcihan / aws-solutions-architect-pro-exam_notes.md
Last active December 18, 2024 05:52
Cheat sheet for AWS Solutions Architect Professional Exam

AWS Solutions Architect Professional Exam Notes

Data Storage

  • Persistent stores: glacier, RDS

  • Transient stores: SQS, SNS

  • Ephemeral stores: EC2 instance, Memcached

  • IOPS: how fast we can read/write

  • Throughput: how much data can be moved at a time

@xamox
xamox / mongo-to-elasticsearch.py
Created October 18, 2016 22:09
Move data from Mongo to Elasticsearch
'''
Tested with:
Mongo 3.0.12
pymongo 3.3.0
Elasticsearch 2.1.2
Kibana 4.3.3
elasticsearch python 2.1.0
'''