Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
A tool to dump data from SQL Server in text format
SQL Server is sometimes difficult to get data from i some generic format, such as CSV. This program does just that. It allows SQL Server and Sybase (but this is not tested) tables to be exported in a variety of formats, including JSON, CSV and MySQL / MariaDB.
MyOraDump is a tool for exporting data from an Oracle database
...The program is written in C using OCI and supports array fetching, which means good performance. In addition BLOB, CLOB, NCLOB as well as RAW, LONG and LONG RAW is supported.
Output can be in several formats, like separated values, JSON, MySQL dump and HTML.
Web-based Visual Query Designer is a tool for generating SQL queries.
Web-based Visual Query Designer is a tool for generating SQL queries. Currently, it is designed for MySQL only. Do checkout the demo from the project's website.
[Note:
Only SELECT queries, without GROUP BY (aggregation), can be designed.]
MySQL Control Center is an excellent GUI front end for MySQL database creation and administration. It allows multiple concurrent MySQL server connections, MDI (or not under Linux), stored login credentials, point and click dump file imports and more.
AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Given a simple MySQL dump file, converts into PostgreSQL format with some optimizations including not indexing until after data load and loading data via the PostgreSQL COPY command from CSV files.
PL/SQL packages to perform Oracle 11g tasks within a very few number of lines : dump/load LOBs, compute CRC, get Mime Type from a BLOB, send XMPP messages, list directory contents as a table, interact with Twitter,deal with QrCodes, ...
Platform-independent PostgreSQL diff tool that is useful for schema upgrades. The tool compares two schema dump files and creates output file that can be used for upgrade of old schema.
Project sources and issue tracker has been moved to https://github.com/fordfrog/apgdiff.
This project hosts a couple of XSL files which enables you to migrate data from MySQL to Microsoft SQL Server with minimal efforts. You simply dump the MySQL file using the -X XML option, and then use these XSL's to generate the SQL scripts
Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
The Agency Personnel and Training Database program is the next in the OpenISES series of software aimed at emergency service agencies. This core program will provide the foundation for others to build upon. The AgencyDB_Schema package is a database dump
...User will need a web server with PHP and MySQL support to run the application. Since the database contains only a few of vocabulary, user may add his own to the database and submit his SQL Dump here.
oradump is a cli table dumping and sql execution tool for oracle. in dump mode it will dump selected tables to stdout in various formats. in exec mode it will read sql from a file or stdin and execute it on the remote oracle db.
mssql2mysql is a python script used to create a SQL dump from a Microsoft SQL server that is ready to use with MySQL.
Supports Schema and data dumping, including Primary Keys for each table, allows to dump all data or just a small portion of it
Small utility written in C allowing easy access to Apache mod_log_sql generated logs for the purpose of log analyzers such as webalizer. Takes any or none of parameters virtual host, month, and year to generate Common Log Format dump to STDOUT.
A tool that helps with MSSQL to MySQL converting/replicating (both csv&dump) under *nix.Possible to use it with crontab for regular data fetching.Keeping mySQL-based data warehouse refreshed could also be one of the possibilities of using this script.
dbload is an ETL engine that will permit esier data loading in a selected target database. Summary of features available are: load and dump of data in XML, text or binary format, real time data transfer and manipulation, dynamic data transformation rules
This is a PHP script that is used to parse the DMOZ RDF data dump files automatically. It features downloading of the files, extracting, cleaning, parsing and inserting the data into a MySQL database. This script is pretty fast!
dbweaver provides a set of tools to extract CREATE statements from a database server and dump them to a text file. These files can be used for editing, source revision control and database migration.
RIFF Isnt a File Formatter. RIFF is a small & simple command line utility written in Python to convert text data files in another text format (like delimited, SQL dump and fixed witdh).
QtMyAdmin is a tool intended to handle the administration of MySQL. It is written in C++ and GUI is based on Qt library. Currently it allows to create/drop databases, create/alter/drop tables, manage users&privileges, dump databases and edit data.
This project takes a MySql (currently) dump file and converts the data and structure from each table into a separate file. The files are then compressed and tar archived.