Showing 17 open source projects for "salesforce to mysql sync"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • Integrate in minutes with our email API and trust your emails reach the inbox | SendGrid Icon
    Integrate in minutes with our email API and trust your emails reach the inbox | SendGrid

    Leverage the email service that customer-first brands trust for reliable inbox delivery at scale.

    Email is the backbone of your customer engagement. The Twilio SendGrid Email API is the email service trusted by developers and marketers for time-savings, scalability, and delivery expertise. Our flexible Email API and proprietary Mail Transfer Agent (MTA), intuitive console, powerful features, and email experts make it easy to ensure all your email gets delivered in seconds and without interruption.
  • 1
    Dbmate

    Dbmate

    A lightweight, framework-agnostic database migration tool

    Dbmate is a database migration tool, to keep your database schema in sync across multiple developers and your production servers. It is a standalone command line tool, which can be used with Go, Node.js, Python, Ruby, PHP, or any other language or framework you are using to write database-backed applications. This is especially helpful if you are writing many services in different languages, and want to maintain some sanity with consistent development tools. Supports MySQL, PostgreSQL, SQLite...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    manticoresearch

    manticoresearch

    Easy to use open source fast database for search

    ... over HTTP and uses the MySQL protocol (you can use your preferred MySQL client). JSON over HTTP: to provide a more programmatic way to manage your data and schemas, Manticore provides a HTTP JSON protocol. Written fully in C++: starts fast, doesn't take much RAM, and low-level optimizations provide good performance. Can sync from MySQL/PostgreSQL/ODBC/xml/csv out of the box. Not fully ACID-compliant, but supports transactions and binlog for safe writes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    DenoDB

    DenoDB

    MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno

    Supports PostgreSQL, MySQL, MariaDB, SQLite and MongoDB. Setting up your database with DenoDB is a four-step process. Create models, extending Model. table and fields are both required static attributes. Link your models, to add them to your database instance. Optional, create tables in your database, by using sync. Query your models! Using Mongo means adapting your models to its standards, one being the use of _id for identifying records. The only change on your side is to add an _id field...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Mikro Orm

    Mikro Orm

    TypeScript ORM for Node.js based on Data Mapper, Unit of Work

    TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. MikroORM allows handling transactions automatically. When you call em.flush(), all computed changes are wrapped inside a database transaction. Uses source code analysis so you do not have to repeat yourself when defining entities. Simply define correct TypeScript types and you are good to go! Supports MongoDB, MySQL, MariaDB, PostgreSQL and SQLite databases, and more can be supported via custom drivers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 5
    SymmetricDS

    SymmetricDS

    Database Replication, Filtered Synchronization, and Transformation

    SymmetricDS is database replication and file synchronization software. It is a platform-independent, web-enabled, and database-agnostic synchronization tool. With initial data load, bidirectional change data capture, conflict resolution, and data transformation, it is a comprehensive data replication solution.
    Leader badge
    Downloads: 279 This Week
    Last Update:
    See Project
  • 6
    Configuration of GPS flight devices, plan and analyze flights on Google maps (incl. airspaces), manage waypoints and store flights (flightbook). Supported are all devices from Flytec and Brauniger. Supported Files: igc, OpenAirspace, kml, wpt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    deltasql

    deltasql

    Version Control for your Database

    deltasql is an advanced Database Schema Version Control. It allows a team to commonly develop a data model on the fly, while the source code is growing. Sync algo supports branches and tags. Works for postgreSQL, Oracle, mySQL, MariaDB, Microsoft SQL Server or any SQL-like db.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    node-orm2

    node-orm2

    Object Relational Mapping

    Supported: 4.0 + If using Nodejs >= 14 & Postgres, you must use pg driver >= 8.1. v7 doesn't work correctly (tests time out). Tests are run on Travis CI If you want you can run tests locally. Create Models, sync, drop, bulk create, get, find, remove, count, aggregated functions. Create Model associations, find, check, create and remove. Define custom validations (several builtin validations, check instance properties before saving - see enforce for details). Model instance caching and integrity...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    QAL

    QAL

    Query Abstraction Layer

    Project has moved to: https://github.com/OptimalBPM/qal QAL is a collection of libraries for mining, transforming and writing data from and to a number of places. Sources and destinations include different SQL and NoSQL backends, file formats like .csv, XML and excel. Even untidy HTML web pages. It has a database abstraction layer that supports connectivity to Postgres, MySQL, DB2, Oracle, MS SQL server. JSON and MongoDB is coming. It uses XML/JSON formats(self-generated SQL schemas...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Let your volunteer coordinators do their best work. Icon
    Let your volunteer coordinators do their best work.

    For non-profit organizations requiring a software solution to keep track of volunteers

    Stop messing with tools that aren’t designed to amplify volunteer programs. With VolunteerMatters, it’s a delight to manage everything in one place.
  • 10
    Baikal for Synology

    Baikal for Synology

    Synology DSM installable package for Baïkal CalDAV & CardDAV server

    Store your contacts and calendars on your own Synology NAS, away from the inquisitive eyes of Google, NSA and others. Baïkal itself is an already existing, lightweight CardDAV (contacts) and CalDAV (calendar) server. The source code is public, and available to everyone on GitHub. Baïkal is copyright (c) 2013 by Jérôme Schneider, the homepage is http://baikal-server.com. This SPK package for Synology integrates the Baïkal "flat package", making it easy to install Baïkal on your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    OraMySQL

    A simple set of programs to sync Oracle to a MySQL database

    If you have just a small number of Oracle tables that you want to sync to a MySQL database, then this might be what you want. It is really simple. The concept is to add a small extproc to Oracle that sends UDP messages and then have a receiver for those messages that applies whatever it gets to MySQL. This is simple, but effective, but is also has a few drawbacks. But if you can live with them, this might be just what you are looking for.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    PHP MySQL Sync Toolkit
    A PHP API which provides Sync Support for multiple MySQL Databases
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    unforced
    Unforced allows you to backup your SalesForce instance into mySQL. Written in PHP allowing xampp applications based on your Salesforce data, yet using a local mysql database for speed, Coming soon: commit changes back to salesforce periodically or on dem
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Simple perl script that will diff two sql databases and create an output of commands that will sync the second database to match the first. Will also check permissions for the tables. Note: Only supports MySQL for a start.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    sync-ltsp is a ltsp cluster management utility. Uses perl and mysql for a client database. a Gtk2-perl front-end is in developement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MySQL-Sync is a software which is build for synchronisize MySQL-dBases on different hosts. It is nearby portable to all MySQL-Versions. It runs on Linux and Win32 systems.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    mMAIM's purpose is to make a it easy to monitor and analyze MySQL servers and to easily integrate itself into any environment. It can show Master/Slave sync stats, some efficiency stats, can return statistics from most of the "show" command, and more!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next