525 skills found · Page 4 of 18
lawrencejones / PgsinkLogically replicate data out of Postgres into sinks (files, Google BigQuery, etc)
anshulahuja98 / Python3 CrdtA python library for CRDTs (Conflict-free Replicated Data types)
pitchpoint-solutions / SfsThe legacy distributed object storage server developed by PitchPoint Solutions can store billions of large and small files using minimal resources. Object data is stored in replicated volumes implemented like Facebooks Haystack Object Store. Object metadata which essentially maps an object name to a volume position is stored in an elasticsearch index. (Development by PitchPoint Solutions has been discontinued)
cachapa / Sql CrdtDart implementation of Conflict-free Replicated Data Types (CRDTs) using SQL databases
karolpiczak / Paper 2015 Esc DatasetESC: Dataset for Environmental Sound Classification - paper replication data
pluralsight / HydraA real-time data replication platform that "unbundles" the receiving, transforming, and transport of data streams.
maxwell2732 / Paper Replicate Agent DemoA structured Claude Code workflow for empirically replicating published research using UK Biobank (UKB) data, created by Chen Zhu 朱晨 | 遗传社科研究.
aws-samples / Aws Glue Data Catalog Replication UtilityReplication utility for AWS Glue Data Catalog
jemc / JylisA distributed in-memory database for Conflict-free Replicated Data Types (CRDTs). :seedling: :left_right_arrow:
ferd / MerkletMerkle Trees for data replication in Erlang
mssrinivas / LinkedIn CloneDeveloped user profile, connections, job listing and application modules using MERN Stack and Kafka. Implemented Redis for data caching, containerized the application services and hosted on AWS. Implemented MongoDB replication and tested the performance on JMeter and Mocha.
redbco / Redb OpenDistributed data mesh for real-time access, migration, and replication across diverse databases — built for AI, security, and scale.
karolpiczak / Paper 2015 Esc ConvnetEnvironmental Sound Classification with Convolutional Neural Networks - paper replication data
tursodatabase / Pg TursoPostgres output plugin for replicating data to Turso.
tvhahn / Ml Tool WearAnomaly detection on the UC Berkeley milling data set using a disentangled-variational-autoencoder (beta-VAE). Replication of results as described in article "Self-Supervised Learning for Tool Wear Monitoring with a Disentangled-Variational-Autoencoder"
zhangtr / Canal Mongoreplication data from mysql to mongoDB by canal
mattreecebentley / Plf StackA C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context.
shaileshkakkar / MicroPriceIndicatorThis repository serves to share the replicated results listed in the paper by Sasha Stoikov - The Micro-Price. As opposed to data used in the paper for US equities BAC and CVX, I am using the data for the Crypto pair ETHBTC. The data was pulled by me from Binance by subscribing to three different streams - Market Trades, Partial Depth and Orderbook Snapshot. Then these were combined to form the order-book and analysis done on the same.
kwon37xi / Replication DatasourceLazy Replication(master/slave - write/read split) DataSource(Connection Pool) Proxy
widmogrod / Js CrdtConflict-free Replication Data Type in TypeScript