top of page
  • RDBMS design

  • Object-oriented design

  • Document-oriented design

  • XML-oriented design

  • Database swap: RDBMS to RDBMS database (dialect conversion)

  • File based storage to RDBMS server conversion: DBF (relational to flat indexing file conversion) to RDBMS

  • Export: RDBMS export to various formats (XML, CSV, Excel, etc.)

  • Import: import XML,CSV, Excel into RDBMS system

  • Transformation: XSLT transformation of one data format to other.

  • Data denormalization: Many-to-one data aggregation

Data migration and transformation

Database design

  • Data switch:Relational to Object-oriented database redesign

  • Data switch:Relational to Document-oriented database redesign

  • Data switch:Relational to XML-based database redesign

  • Code base switch: C/C++ to Java and vice versa

  • Code base switch: C# to Java and vice versa

  • Code base switch: J# to Java and vice versa

  • Core framework switch: .NET to Java

  • Framework switch: LAMP to Java based 

  • Server swap: Migration from any J2EE compliant server to any J2EE compliant server

  • Jump to FLOSS: Migration from proprietary to open source solution

  • Enterprise components switch: CORBA to J2EE conversion

Technology switch and empowerment

bottom of page