简体   繁体   中英

Migrating from Elgg to custom developed application

I have a social networking platform, which has been built using Elgg. I am now thinking of migrating the application from Elgg to Ruby on Rails/Django.

So for this purpose, I have to do the data migration also. I need some idea, about how should i proceed on this.

Thanks,

You could use this plugin https://elgg.org/plugins/1939447 which allows you to export all searchable entities to a CSV.

I haven't use it so I can't tell you how it deals with ownership of entities. If it doesn't cover you, you will have to write your own code to export information including ownership details.

In any case you will have to develop code for importing these data in your application.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM