181 skills found · Page 6 of 7
AmitBharadia / Linkedin SimulatorIt is a 3 tier distributed web application simulating linkedin. It is built solely using MERN Stack. It is a single point of access for both applicants and recruiters. Recruiters can post their jobs and the applicants can apply to these jobs.The overall project involved the set of tasks as mentioned below: - Creation of React.js pages for users. - Managing state of application frontend using Redux. - Creating client-side REST API calls. - Using Kafka to break down the features into individual blocks that can be accessed individually making the application more scalable. - Managing REST API calls from clients using NodeJS at the server side. - Redis Caching for improving the response time of application. - Database sharding and replication to make application scalable and reliable. - Maintaining user sessions. - Managing and storing data to MongoDB, through REST APIs. Technology stack: Kafka, Node.js, React.js, Redux, MongoDB, MySQL, AWS Docker, Bootstrap.
sensu-plugins / Sensu Plugins MongodbThis plugin provides native MongoDB instrumentation for monitoring and metrics collection, including: service health, database connectivity, replication lag/status, `oplog` monitoring, collection-specific metrics, and more.
lab-sb / Tcrepsrv DevTCapture - Postgresql Multi Master Database Replication Server
NPLPackages / TableDBKey-value database with raft replication support
nathadriele / DMS Missing Or Duplicate Data Validation ScriptContains a Python script designed to validate data replication tasks in AWS Database Migration Service (DMS). The script checks for potential issues such as missing or duplicate data in the tables being replicated.
shayonj / Pg Hash FuncReplicates PostgreSQL's integer hash partitioning logic for client-side calculation of the partitioned index, avoiding database lookups.
lelouvincx / Chinh Dinh TrainingThis project is about database replication using Apache Kafka in near real-time, from Postgres to MS SQL Server.
SnakeEye-sudo / Chrono DBA distributed temporal database allowing queries of any historical state with millisecond precision using CRDTs for multi-master replication and Raft consensus for strong consistency
brandonhimpfen / Awesome CouchdbA curated list of awesome libraries, tools, frameworks, and resources for CouchDB, an open-source NoSQL database known for its ease of use, scalability, and master-master replication.
fuzzzerd / SharpFMSharpFM is a cross-platform app for copying FileMaker clipboard objects to XML snippets and converting XML snippets back to FileMaker clipboard objects. It aims to offer a FileMaker developers an additional tool for storing, sharing, changing, and replicating FileMaker Scripts, Database Schema, and Layout objects.
thiagopradi / Octopus Replication ExampleSample Rails app using Octopus Library to enable support for replicated database with ActiveRecord
fedecarg / Zf Replication AdapterZend Framework database replication adapter. Supports single-master and multi-master replication.
AnanthaRajuC / Streaming ETL Pipeline For Realtime AnalyticsA simple streaming data pipeline to continuously capture the changes in a MySQL database and replicate them in near real-time into ClickHouse.
zikwall / Clickhouse Docs🐾 ClickHouse Database + Apache Kafka + Zookeeper + Configure Cluster (Shards, Replicated)
GetStream / Stream Framework BenchAn open source and easy to replicate benchmark for NoSQL databases using Stream-Framework. Stream-Framework is the most widely used open source package for building scalable newsfeeds and activity streams.
gabrielrbernardi / BOCADocumentationBOCA documentation. Installing and configuring BOCA. Auto judge configuration. Database Replication (PostgreSQL). Database Restore (PostgreSQL). "Animeitor" Configuration
siuying / Pouchdb Replication FolderReplicate PouchDB/CouchDB database with a shared folder (e.g. Dropbox, iCloud Drive ...etc)
InvaderZim85 / MsSqlToolBeltHelper tool which provides a search, a class generator, a list of all custom tables, a definition export and some replication information of a MsSql database.
KumKeeHyun / GodisA very simple key-value database imitating redis. support replication using etcd-raft. support k8s controller
osvaldoandrade / LedgerdbLedgerDB is a Git-native document database that stores each write as an immutable commit, replicates via push/pull, serves reads from a SQLite sidecar index, and resolves conflicts with CAS.