What if I don’t migrate my parse db until April 28th?
Parse announced about their shut down on January 28th. With this, they also released a database migration tool that lets you migrate data from your Parse app to any MongoDB database. They said the Parse API would continue to operate as usual based on the new database. It made sure the migration could happen without downtime.
Hacking Parse open source with some workarounds
Parse server is one of the best alternatives for Parse. But as we have seen in our last article “Parse open-source is moving fast but still has some features to be opened up. See which” there are a few features that are not available in the open-source version of Parse. But there are alternatives for each of those features. Let’s take a quick look at some of the ways to close the gaps between Parse Server and make it work closer to Parse.