181 skills found · Page 4 of 7
pgq / LondisteDatabase replication on top of PgQ
dariocazas / Howto Debezium To SnowflakeUsing Debezium to capture data changes from databases and populate these as historic evolution and table replication in Snowflake
memiiso / Debezium Server BigqueryReplicates any database (CDC events) to Bigquery in real time
Autodesk / PgbeltPgbelt is a CLI tool used to manage Postgres data migrations from beginning to end, for a single database or a fleet, leveraging pglogical replication.
ankur-anand / IsledbEmbedded LSM Tree Key Value Database on Object Storage for large datasets
pnfernandes / Python Code For Stress Constrained Topology Optimization In ABAQUSThis repository contains a Python code with five implementations of topology optimization approaches suitable for 2D and 3D problems, all considering bi-directional evolutionary structural optimization. The approaches implemented include both discrete and continuous methods, namely: - Optimality Criteria, for continuous or discrete variables; - Method of Moving Asymptotes; - Sequential Least Squares Programming (from SciPy module); - Trust-region (from SciPy module). The implementation of the Optimality Criteria method is suitable for compliance minimization problems with one mass or volume constraint. The implementation of the remaining methods is suitable for stress constrained compliance minimization and stress minimization problems, both with one mass or volume constraint. The code uses the commercial software ABAQUS to execute Finite Element Analysis (FEA) and automatically access most of the necessary information for the optimization process, such as initial design, material properties, and loading conditions from a model database file (.cae) while providing a simple graphic user interface. Although the code has been developed mainly for educational purposes, its modularity allows for easy editing and extension to other topology optimization problems, making it interesting for more experienced researchers. This code has been used in the article "Python code for 2D and 3D stress constrained topology optimization in ABAQUS: theory, implementation, and case studies" [1]. The folders included in this dataset contain the results obtained, as well as the information necessary to replicate them. In particular, the folder 'Validation' contains the data used to validate the functioning of the code provided. Notes: - Stress-dependent problems are only compatible with the following ABAQUS element types: CPE4, CPS4, 3DQ8, and S4. - The authorship of the functions 'mmasub' and 'subsolv' used in the Method of Moving Asymptotes are credited to Arjen Deetman. Source: https://github.com/arjendeetman/GCMMA-MMA-Python - Despite the validations performed, this program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
perak / Mysql ShadowMeteor package that allows you to clone MySQL database into Mongo and auto replicate collection changes back to MySQL
ksdkamesh99 / Reverse Image SearchIt is a replication of google image search engine for finding similar images in our database using artificial intelligence. It is a project which uses cosine distance or finding the similarity which is an amazing application of cosine similarity.
sensu-plugins / Sensu Plugins MysqlThis plugin provides native MySQL instrumentation for monitoring and metrics collection, including: service health, database connectivity, `InnoDB` locks, replication status, metrics collection, and sending metrics to a MySQL database.
synhershko / RavenDB.ElasticsearchReplicationReplicate data from your RavenDB database to Elasticsearch for real-time reporting
medic / Couch2pgLibrary and app to replicate a CouchDB database to PostgreSQL
linagora / TEDReplicated, encrypted, scalable and realtime collections based database for Twake
iagcl / Data PipelineData Pipeline is a Python application for replicating data from source to target databases
jomyg / MariaDB Master Master ReplicationReplication in SQL databases is the process of copying data from the source database to another one (or multiple ones) and vice versa. Data from one database server are constantly copied to one or more servers. You can use replication to distribute and balance requests across a pool of replicated servers, provide failover and high availability of MariaDB databases. The MariaDB (and MySQL) allows to use two types database replication mades: Master-Master and Master-Slave. In this article we’ll consider how to configure both types of MariaDB replication on Linux CentOS 7.
wwindcloud / Pg Subscription StreamPG Subscription Stream - Subscribing to a PG logical replication slot and receive database changes
Ravikisha / Redis CloneA Redis clone database implemented in both Go and Rust. This project aims to replicate the core functionalities of Redis, providing a simple and efficient in-memory data structure store.
sensu-plugins / Sensu Plugins PostgresThis plugin provides native PostgreSQL instrumentation for monitoring and metrics collection, including: service health, database connectivity, database locks, replication status, database size, `pg_stat_bgwriter` metrics, and more.
minhnghivn / My ReplicationReplication support for MySQL database adapter
paragonie / HerdHash-Ensured Replicated Database
singingwolfboy / WebhookdbReplicates GitHub's database via HTTP webhooks