Open Closed

Migration of a system developed in Python/django over postgresql to Abp.io #214


User avatar
0
mariano.gomez@unidata.io created

I have been a client of AspnetZero for a few months and I have the following scenario:

I have a system developed in Python Django and PostgreSql and I have to migrate it to .net core technology but using the same Postgres Database. I mean, remake the frontend in angular and the webapi in .net core / aspnet boilerplate.

I need the business object ** tables in the database to remain the same ** but fields can be added to it if needed.

Questions: 1-Can you design the business classes (c #) that reflect the current tables so that when model updates are run you don't modify them? 2-Do you recommend starting with aspnetzero or commercial.abp.io?

regards!

  • ABP Framework version: v2.80
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): No, using identity server of abp

1 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer
    1. Can you design the business classes (c #)

    You can use EF Core reverse engineering to generate code, see https://docs.microsoft.com/en-us/ef/core/managing-schemas/scaffolding?tabs=dotnet-core-cli

    1. Do you recommend starting with aspnetzero or commercial.abp.io?

    if you want to take the advantage of the new ABP Framework features and the new architecture opportunities (like support for NoSQL databases, microservice compatibility, advanced modularity), you can starting with commercial.abp.io.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11