Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Change from MongoDB to ActiveRecord #577

Closed
wants to merge 14 commits into from
Closed

Change from MongoDB to ActiveRecord #577

wants to merge 14 commits into from

Conversation

Floppy
Copy link
Member

@Floppy Floppy commented Jan 9, 2021

This will be a biggie. MongoDB is keeping us in dependency hell, so I'm trying to replace it with ActiveRecord and a standard SQL backend.

@Floppy
Copy link
Member Author

Floppy commented Jan 11, 2021

This approach should work. However, I want to do a bit of a refactor. I want to reinstate the mongoid connection and move the mongoid stuff into legacy models, which are still available after the switch to activerecord. That will make the process of migrating it much easier.

Another thing I'm looking at is serialize fields in ActiveRecord, which can replace the marshaling.

So it's promising, but I'm not there yet.

@Floppy
Copy link
Member Author

Floppy commented Apr 16, 2021

Closing this as I'm restarting the work in #601; but a lot of this code will be reused in that slightly more structured process.

@Floppy Floppy closed this Apr 16, 2021
@Floppy Floppy deleted the mongo-no-more branch April 28, 2021 20:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant