Extension MySQL2MongoDB - Database Conversion


Extension Basics

Title
MySQL2MongoDB - Database Conversion
Name
ckanext-mysql2mongodb
Type
Public extension
Description
CKAN extension for converting MySQL databases to MongoDB
CKAN versions
Download-Url (zip)
Last commit
5 years ago (2020-12-26 19:54:38)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

This CKAN extension provides functionality to convert MySQL databases to MongoDB. It handles the migration of relational database structures to document-oriented storage, including validation of relations, handling of BLOB and TEXT data types (writing to files instead of BSON), and uses SchemaCrawler tool for schema analysis. The extension supports Docker-based development and includes validation features for ensuring data integrity during conversion.

Version
Version release date
(not set)
Contact name
dangsg
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
mysql2mongodb
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions