Hi all,
I'm just checking out AppGini. I have been through lots of the videos demonstrating the functionality of AppGini and love what the product offers.
I am working on a project that has 2 requirements that I don't think AppGini can currently solve but I would love it if you could offer a solutions or can just recommend something as an addon that will help me achieve my desired result.
I plan on making my database app available to a large community of people. The database will quickly grow to include millions of records. Users will only have read-only access to the data but one potential issue I forsee is that some users will inevitably hit the application very hard and start making many data search queries in a short space of time resulting in excessive strain of the database server and webserver. Is there a way for me to limit the number of search requests made per user? May be to allow 50 requests per hour or over a shorter period, say a wait time of 5 seconds between each query? would there be a way to have this query limt set per user instead of a global variable?
My second question is... I want to be able to offer a paid version of the app. This will involve users paying through a payment gateway such as paypal to get access to the app. There are many apps in the marketplace that can manage payment subscriptions for popular CMS application such as wordpress. Is there a way to tie the AppGini user creation/management to wordpress or to another system to activate/Deactive user access to an AppGini app?
Thanks,
Pete
Can AppGini do this?
-
- AppGini Super Hero
- Posts: 85
- Joined: 2014-06-14 03:08
- Location: India
- Contact:
Re: Can AppGini do this?
Hi Pete,
Appgini does not support such features as of now, but we can make modifications to the code generate by appgini to match your requirements. Unless like other application, Appgini generate a very clean code of PHP which can be understood by most of the PHP Developers and customize it.
Appgini does not support such features as of now, but we can make modifications to the code generate by appgini to match your requirements. Unless like other application, Appgini generate a very clean code of PHP which can be understood by most of the PHP Developers and customize it.