• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. MD_LAB
    3. Topics

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by MD_LAB

    • M

      Conversion from NoSQL to MySQL

      User help
      • • • MD_LAB
      2
      0
      Votes
      2
      Posts
      828
      Views

      terrypackerT

      Stefano,

      There is no tool built into the NoSQL module to export the data to an SQL database. Depending on your level of technical skill you could extract the data from the REST api and then import it into an SQL database using many 3rd party tools.

      If we are talking about converting data from a Mango instance running on NoSQL to a Mango instance running on MySQL:

      You could try to export and import the data using export and import as CSV functionality. You could publish all the data to a new instance running on MySQL using the Persistent TCP module There would also be ways to write Meta Data source scripts and Scripting data source scripts to do this, this again is quite technical so I won't go into it here.
    • M

      SQL Datasource time override

      User help
      • • • MD_LAB
      3
      0
      Votes
      3
      Posts
      1.2k
      Views

      M

      @phildunlap
      Hi Philip,
      convert functions into my select statement work!

      Thanks
      Ste