2.0 & OpenShift
Yes, here's a paper on scalability that should be helpful http://www.dreamfactory.com/publications/DreamFactory_Scalability_V4.pdf. You can use an external database for user and roles. Connecting to...
View ArticleBest Way To Familiarize With DF
Anyone have any suggested methods for really familiarizing oneself with the scripting docs? Specifically, the PHP scripts. I know the engineers are working on the documentation for DF 2.0, but I'm...
View Article"Bad request. No token or api key provided" - When connecting to mysql...
I am facing same issue. I tried link http://localhost/api/v2/TestAPIServer?as_list=trueIt gave following error.{"error":{"context":null,"message":"Bad request. No token or api key...
View ArticleApi Error Required extension or module 'sqlsrv' is not installed or loaded on...
drewpearce: not any kind of deficiency in the DreamFactory software. Just my $0.02, I think DF could do better than a cryptic error (API/module not loading) if this is a known issue. Or something...
View ArticleDatabase API error when query related data and the relationship name is on...
@drewpearce did you upload the new dreamfactory version? any idea when its going to be available as bitnami installer?
View ArticleContent in response can not be resolved to acceptable content type
Hi, I have sucessfully connected to the sql server database in the services section. However when I click the APIDocs, I get the following error BadRequestException in ResponseFactory.php line 158:...
View ArticleTransactions for database api
Hi, any plan to implement transactions for the database api? right the api is really useful to read but a real world CRUD scenario require database transactions.
View ArticleSimple hello world app
Thanks for replying,I am still getting the 'lodash' module not found error. Permissions are ok. The url is /app/v2 or /api/v2 I am still not able to understand the use of the application. If we can...
View ArticleServer-side events scripts will work only from API- Docs
Hi, I have a test system with which I've been testing the server scripts. Now I've found that Post / patch / .. event-scripts on the database stopped working for some reason. But if I do the same post...
View ArticleDreamfactory 1.9 no longer working on Openshift
Hi, Seems like the installer of Dreamfactory 1.9 for Openshift is no longer working as I keep getting "Service Not Available" after creating the app following the instructions here. Can anyone help me...
View ArticleServer-side events scripts will work only from API- Docs
BeLaBu, Are you including the API key in your headers? Make sure you include the API key in the header "X-DreamFactory-Api-Key" and also double check to ensure permissions are properly assigned....
View ArticleServer-side events scripts will work only from API- Docs
Hi rdubya152, Thank you for your answer. I am sure that the points mentioned are correct. I can add or modify records in the Dream Factory database. But the server side event-script will not trigger.
View ArticleServer-side events scripts will work only from API- Docs
Oh hm, I see... I've occasionally had some trouble with server-side scripts activating, most recently on the file system service (doesn't seem to fire at all... still trouble shooting that). Did you...
View ArticleDatabase API error when query related data and the relationship name is on...
New version didn't get pushed until last night. It is now live on the master branch ( https://github.com/dreamfactorysoftware/dreamfactory ) We have notified Bitnami of the changes and they are...
View ArticleSimple hello world app
applications control access to collections of services by the use of an API key. So in your case, the application is just a logical construct.But applications can also be html/js files hosted within...
View ArticleBest Way To Familiarize With DF
Unlike with JavaScript we don't have all those classes pre-built.Here is a sample PHP script for interacting with the API that one of the engineers sent me. Hopefully it's enough to get you going. use...
View ArticleDreamFactory and IBM MobileFirst Platform
I'm in the process of investigating approaches for integrating a web & mobile app with multiple data sources using IBM MobileFirst. If you don't know how this works, MF has a concept of adapters...
View ArticleContent in response can not be resolved to acceptable content type
I believe this is indicative of a bug that was fixed in the 2.0.2 release -- pushed to Github last night. Bitnami packages forthcoming.
View ArticleBrute Force Attack
Hi Charles, Our enterprise product is used for production deployments and offers enhanced security You could use that to (1) identify abused user accounts with the reporting features and (2) place API...
View Article