How to call the get api by join to join tables?
Not sure if this answers your question exactly, but there are several join related sql tutorials in the documentation: http://wiki.dreamfactory.com/DreamFactory/Tutorials#SQL-Specific_Data If these...
View ArticleBest practice for logic + db operations + external api call flow
Hello, the data to be preserved in this "cache", must be processed by script or are the raw data of your existing API?
View ArticleBest practice for logic + db operations + external api call flow
Hi juniorconte, the data must be processed by script when requested by the client. Not sth like raw data migration.
View ArticleChanges in response doesn't stick
Elvis_Fernandes,You need to set 'content_changed' to true (or 1). if (event.response.content.resource) { lodash._.each (event.response.content.resource, function( record ) { record.extraField = 'Feed...
View ArticleDreamFactory 2 authorization error
This should be resolved. The latest version of DreamFactory (2.1) has been tested to use SQLite, MySQL, Postgres, and MS SQL
View ArticleBest Way To Familiarize With DF
PHP Scripting tutorials have been added/updated since this topic started. http://wiki.dreamfactory.com/DreamFactory/Tutorials#Scripting
View Article"MAC is invalid" 500 Error when upgrading from 2.01 to 2.1
looks like this solved here: http://community.dreamfactory.com/t/ubuntu-module-lodash-could-not-be-found/2219/4
View ArticleAdaptive Server is unavailable or does not exist
are you saying your you upgraded Ubuntu 2.0.0-beta to 2.1 and your dblib connection stopped working?What is your connection string?For the Windows one that does work, is it on the same machine as the...
View ArticleRemote Webservice call - post process / missing params in outgoing request
Example Swagger definitions for custom script: http://blog.dreamfactory.com/put-some-swagger-in-your-dreamfactory-custom-scripting-services
View ArticleHow to assign the current user id to post api in dreamfactory?
OMG, I did not know took to do it. Thank @drewpearce
View ArticleNodejs installation and scripting instructions
There's now a node example showing how to enable node and use require() to include modules that your script can use. We'll be adding more examples in the future.
View ArticleIs the Dreamfactory version 1.9 available to download/install
I don't think so: github.com dreamfactorysoftware/dreamfactory dreamfactory - DreamFactory 2.0 Application
View ArticleHow to assign the current user id to post api in dreamfactory?
A note, if it is critical to identify the user, it would be better to do through pre_proccess script. For through the payload "{user.id}" You can enter an arbitrarily ID manually, without a guarantee...
View ArticleIs the Dreamfactory version 1.9 available to download/install
DreamFactory 1.x is officially end of life and no longer supported. The repos have been closed as well.
View ArticleNodejs installation and scripting instructions
here.... http://wiki.dreamfactory.com/DreamFactory/Tutorials/Node_API_example
View ArticleHow to query and display the mongo data
see documentation here:http://wiki.dreamfactory.com/DreamFactory/Tutorials/Connecting_To_NoSQL http://wiki.dreamfactory.com/DreamFactory/Tutorials#SQL_and_NoSQL_Data
View ArticleSetting up Permanent Session Token in DF 2.0
In your htdocs folder, from the command line, try running /path/to/php artisan config:clear/path/to/php artisan cache:clear Then restart Bitnami
View ArticleError 500 from API in all requests - Windows
Can you check the Apache error logs?https://wiki.bitnami.com/Components/Apache#Check_the_apache_error_file
View ArticleAbout the Lookup Keys
There is a bug that prevents you from using lookups for credentials in services. This bug is resolved in the forthcoming release (in ~ 2 weeks)
View ArticleAbout the Lookup Keys
Okay, figured after a couple hours hammering my keyboard and abusing Google time to reach out for a lifeline. Connecting to external MongoDb (Amazon VPC) Setting up the service and roles. In my...
View Article