Starts in:
3 DAYS
7 HRS
34 MIN
34 SEC
Starts in:
3 D
7 H
34 M
34 S

Activities of "ked_1x0"

Question

I am trying to make minimal changes to the theme of the portal we built (just color changes) by editing the variables in the @volosoft lepton them file for our angular frontend but no changes are happening at all. Specifically, I am editing values like the '--lpx-brand' and etc. I am trying to change the color scheme in the light and dark css files by editing these values. No changes are happening though. Am I editing the wrong files?

Question

Hello ABP Team Support,

We are currently using MongoDB as the primary database in our ABP-based application, but we are considering migrating to SQL. Our goal is to ensure data consistency, maintain performance, and leverage SQL’s relational structure within the ABP framework. Given ABP’s architecture, we’d like your guidance on the following points to help facilitate a smooth transition:

Configuration Changes:

  • What specific configuration changes are required to switch from MongoDB to SQL, especially in terms of module dependencies and database provider settings?

Entity and Aggregate Adjustments:

  • Are there recommended steps or best practices for adapting MongoDB-specific entity structures and nested documents to fit SQL’s relational model within ABP?
  • Are there specific changes we should make to our domain-driven design aggregates or ABP's default repository structure to accommodate SQL?

Data Migration Tools and Approach:

  • Does ABP provide any built-in tools or guidance for handling data transformation and migration from MongoDB to SQL, particularly for large datasets?
  • Are there recommendations for ensuring data integrity and consistency during this transition, especially when it comes to ABP’s built-in soft deletes, auditing, and other shared features?

Repository and Dependency Injection Adjustments:

  • If we switch from IMongoRepository to IRepository (or similar SQL-based interfaces), will we need to make specific adjustments to our dependency injection configurations?
  • Any best practices for implementing these changes without significantly impacting application performance or existing functionality?

Testing and Validation Suggestions:

  • What are ABP’s recommended strategies for testing and validating the application’s CRUD operations, queries, and transactions post-migration?

Any additional guidance or resources ABP could provide would be greatly appreciated. We want to ensure the migration is as seamless as possible and that our application maintains its current functionality and performance.

Thank you for your support!

Showing 1 to 2 of 2 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06