Querying Appian database

I need to query the Appian database (MariaBD) from my KPIs application. What would be the best way to do it? Does Appian have any webservice available?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer

    Hello  , 

    Yes, we can query the data. There are multiple methods available for retrieving the data, including web APIs, imports, CDT and records. Each method is suitable for different query requirements.

    • Web APIs: If you're dealing with real-time data or integrating with third-party systems, we would use web APIs to fetch the data dynamically.

    • Import: If you have large datasets that need to be imported into your system, we can use imports (such as CSV or other file formats) to bring the data in efficiently.

    • CDT: This approach is useful when working with standardized data structures that can be easily integrated and manipulated consistently.

    • Records: When working within a specific platform, such as a CRM or database, records are the best way to interact with and we can easily organize the data.

Reply
  • 0
    Certified Associate Developer

    Hello  , 

    Yes, we can query the data. There are multiple methods available for retrieving the data, including web APIs, imports, CDT and records. Each method is suitable for different query requirements.

    • Web APIs: If you're dealing with real-time data or integrating with third-party systems, we would use web APIs to fetch the data dynamically.

    • Import: If you have large datasets that need to be imported into your system, we can use imports (such as CSV or other file formats) to bring the data in efficiently.

    • CDT: This approach is useful when working with standardized data structures that can be easily integrated and manipulated consistently.

    • Records: When working within a specific platform, such as a CRM or database, records are the best way to interact with and we can easily organize the data.

Children