mongify icon indicating copy to clipboard operation
mongify copied to clipboard

Mongify allows you to map your data from a sql database and into a mongodb document database.

Results 48 mongify issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.2 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

I am facing issue while using sync command kindly me over it I have been asking question since last so many days I request you to help me, The error...

I'm getting an error using the `mongify process` command. All the data is copied to MongoDB from PostgreSQL but the respective foreign key ids are not updated. This is the...

The current table-level embed_in implementation requires the child to reference the parent by id... but there seems to be no way to embed if the parent references the child... For...

Bumps [rake](https://github.com/ruby/rake) from 11.3.0 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...

dependencies

Bumps [yard](https://github.com/lsegal/yard) from 0.9.12 to 0.9.25. Release notes Sourced from yard's releases. Release v0.9.25 Fix parsing issue with conditional blocks mixed with conditional modifiers. (#1308, #1324, #1326, #1327) Add table...

dependencies

Even if add encoding "utf8" still facing same problem: Here is my database.config file sql_connection do adapter "mysql2" host "localhost" username "" password "*" database "******" encoding "utf8" end mongodb_connection...

I'm trying to run `mongify check database.config` and getting this: ``` Traceback (most recent call last): 20: from C:/Ruby27-x64/bin/mongify:23:in `' 19: from C:/Ruby27-x64/bin/mongify:23:in `load' 18: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/mongify-1.3.2/bin/mongify:12:in `' 17: from...

I have two mysql databases, one is relatively small (db1), about 500 000 records, the second contains more than 3.5 million records (db2). Using mongify to copy the first into...

Hi, Working on Debian GNU/Linux 9.6 (stretch), I tried to install ruby and mongify but I get an error. Could you help please ? **Install :** `sudo apt install ruby-full`...