How do you import a .json data file into DF
Using MySQL as the database service I am using the data.json and schema.json from your javascript-sdk-master from github. I was able to upload the schema.json with just a slight modification, but I...
View ArticleScript Only Working from API Docs
I have a very basic python script that checks if a first_name is taken. It works perfectly from API docs, but the exact same JSON request sent from my Android app fails. Script: API_KEY =...
View ArticleWrapping command-line applications
It seems that being able to write custom scripts would allow us to wrap any application with a CLI interface or api as a dreamfactory endpoint; e.g. wrapping Sharepoint API calls and publishing it as...
View ArticleWelcome! Please Introduce Yourself
Hello All, I'm a developer with the Vermont Agency of Transportation (VTrans), and will be administering and leading evangelism for our instance. I'm very excited about leveraging all the power...
View ArticleWrapping command-line applications
Unfortunetly we don't provide many Server Side Scripting examples. But, @zerox12 below created a Github repo to collect them! So if you create some, please do post there...or, you may find something...
View ArticleWrapping command-line applications
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleWrapping command-line applications
Thanks! That's the kind of thing I was looking for. Is this a place to put "production-ready" wrappers or just samples? The readme is not clear on this point. Josiah
View ArticleWrapping command-line applications
jraiche: Is this a place to put "production-ready" wrappers or just samples? The readme is not clear on this point. Hey @jraiche, Thanks for the feedback. We are planning to put some more love in it,...
View ArticleContribute to our GitHub Example Scripts Repo!
github.com dreamfactorysoftware/example-scripts example-scripts - Example scripts DreamFactory event scripting and scripting services. We need YOUR help as the DreamFactory Community to help us grow...
View ArticleHow to intercept S3 file upload
Unfortunetly we don't provide many Server Side Scripting examples. But, @zerox12 below created a Github repo to collect them! So if you create some, please do post there...or, you may find something...
View ArticleAPI logging added in DreamFactory Silver
We’re excited to announce that we’ve added API logging in DreamFactory Silver, our commercial REST API platform. http://buff.ly/2g1lMne CxfaScXXAAEIkSd.jpg1200x627 40.2 KB Logging API calls is an...
View ArticleWrapping command-line applications
Wrappers is my word; maybe there's a better one. I mean a CLI call like: SpatialJoin_analysis (target_features, join_features, out_feature_class, {join_operation}, {join_type}, {field_mapping},...
View ArticleHow use stored procedure in DreamFactory?
Below are stored procedure in MySQL. Untitled.png1366x738 87.1 KB
View ArticleInform client about changes
Hi guys, I had the same problem. My solution to this is to maintain two channels of communication:- api calls to manage the data- socket connection to update realtime the clients that are connectedI...
View ArticleError 500 after update to 2.4
Hi guys, I have updated to the version 2.4.0 and now I get this error when connecting to the Server Side scripts > [2016-11-21 17:52:13] local.ERROR: exception...
View ArticleHow to intercept S3 file upload
I'm not sure if you can get the data directly, maybe the developers can answer that. However, couldn't you do it in the post-process script? Just make an API call to get the file which was just...
View ArticleWhat's on the product roadmap?
I fixed the link for issues on GitHub. Check the forum for upcoming features in each sprint.
View ArticleUpdating MySQL Schema to CASCADE on DELETE
I appreciate your help as I'm new to working with DF. I'm running into an issue where I'm unable to PATCH a table to update the foreign key relationships. I've been working on this for a few hours...
View Article