KDKMR Deepthiindatabaseanalytics.hashnode.dev·Oct 25, 2024 · 5 min readA Guide to Oracle's Golden Gate: How It WorksOracle GoldenGate is a comprehensive data replication and integration tool designed to facilitate real-time data movement across various databases, enabling high availability, disaster recovery, and seamless data integration for reporting, data wareh...00
KDKMR Deepthiindatabaseanalytics.hashnode.dev·Oct 18, 2024 · 6 min readMongoDBWhat is MongoDB? MongoDB is a document database. It stores data in a type of JSON format called BSON. Example Document { title: "Post Title 1", body: "Body of post.", } MongoDB is a document database and can be installed locally or hosted in...00
KDKMR Deepthiindatabaseanalytics.hashnode.dev·Oct 17, 2024 · 4 min readHadoopHadoop for Beginners: Full Tutorial Hadoop is an open-source framework developed by the Apache Software Foundation. It's used to store and process large datasets across clusters of computers using simple programming models. It provides massive storag...00