Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
We are currently working on a POC and need your help/guidance on below questions
1) User submits a request on the UI and it is logged into various DB tables (Appian MariaDB) and we will have another approach to load this data into the Appian Database directly - consider these are some sort of reference data. Now we need to expose this data via a Web API and consumers can call this API 3 million times a day. Need your help to validate the scalability or any performance impact of the Appian Web API if we have such requests ?
Discussion posts and replies are publicly visible
1) I have my doubts that the Appian API infrastructure scales up to that number. But to get more robust information I would talk to Appian.
2) Not really, but what do you want to achieve?
3) Decision objects are static and cannot incorporate data from a DB. You would have to implement this in expressions and then you can also consider some dynamic behaviour controlled by user configuration.
Thanks Stefan for your reply