Persist data in Docker / Move data
env vars are now supported, see http://www.devops-blog.net/dreamfactory/using-dreamfactory-2-x-as-rest-api-with-docker aswell as http://blog.dreamfactory.com/scaling-dreamfactory-with-docker
View ArticleExposing custom script services publicly
Hi @rbarriuso, Currently, at minimum, you need to provide the API Key. And the App corresponding to that API Key must have a default role that allows access to your custom scripting service. However,...
View ArticleDelphi XE client for Dreamfactory
@philiciousYou might think that one thing a component called TRESTResponseDatasetAdapter would do is ingest a JSON response and extrude a dataset. I spent an evening trying to make it do that, and...
View ArticleSetting up Permanent Session Token in DF 2.0
In version 2.1.2, you can extend the life of the token in the file: ... \ Dreamfactory-2.1.2-1 \ apps \ dreamfactory \ htdocs \ bootstrap \ cache \ config.php 'Jwt' => array ( <...> 'Ttl'...
View ArticleDelphi XE client for Dreamfactory
@paulsmith I have to admit I'm not that deep into the Delphi code here. My responsibility ends where data is received. but I've seen the Devs use TRESTResponseDatasetAdapter and feed it with the JSON...
View ArticleService connection MySQL in Dreamfactory v2.2 , does not connect
Good afternoon, I am unable to configure the service using MYSQL driver, could you help me? I've already set the attribute driver and does not work what am I doing wrong? mysql_connect.png1366x768...
View Article.NET SDK create record Unique Constraint
In teh .NET SDK your create record method passes a 0 for id on all records as this is unknown until teh response comes back with the id's populated etc It Seems that the JSON DefaultValueHandling =...
View Article.NET SDK create record Unique Constraint
Dont know whether it is my environment or not :S I added a conditional Property Serialization attribute to the StaffRecord Poco/DTO internal class StaffRecord { public bool ShouldSerializeUid() {...
View Article.NET Filter Fix
If you are having problems with the filters on the systemDemo code or using the APIDocs Use 1 for "true" & 0 for "false" I.e Change SqlQuery query = new SqlQuery { Filter = "is_active=true",...
View ArticleHow to create a mysql service on dreamfactory 2.2?
Where inform the connection string ? df-mysql.png1366x768 68.7 KB
View ArticleCrashes with 15000 records
Hello - I need to bring down 10s of thousands of records at times. But, in one of my databases I have 12000 records and DreamFactory is bringing back a 500 error. What do I do? Is it capable of...
View ArticleSQL file to create tables in your dashboard
Actually I was able to figure out. I created a db file on my local instance of the sqlite3 on mac.I used the SQL file I had create the entire tables in my local instance of sqlite. Then I overwrite...
View ArticleWhat is wrong with this record create
{ "resource": [ { "id": 0, "FirstName": "Vineet", "LastName": "Chauhan", "username": "sdsds", "Email: "sdsds.sdsd@gmail.com" } ], "ids": [ 0 ], "filter": "string", "params": [ "string" ]} I am getting...
View ArticleWhat is wrong with this record create
As per the defination only resource is required - rest all values are optional. RecordsRequest {resource (Array[RecordRequest], optional): Array of records. ,ids (Array[integer], optional): Array of...
View ArticleWhat is wrong with this record create
I think the JSON request help is really poor. Can you not insert the data in the table manually and check to see the JSON for that record - if you would want to insert that record programatically..
View ArticleVery poor performance with many to many sql relations
Hello, we experienced very bad performance with many to many relations when using REST GET requests with parameter "related".We have about 300 records in a table "trainings" and 60 records in a table...
View ArticleGetting Related Data Query
This may have been true in the past, but in 2.0, unless I'm mistaken, you can use the related field to get rows in table C, as long as you have your 'related' schema in A defined correctly (using...
View Article