Set a service for JSON File

I have a Large JSON file which I want to use the REST API on it.
Appreciate any directions. Thanks

Hello,

You can place the data in this file in some database like MongoDB or CouchDB? If you can do this, you can take advantage of the API automatically generated by DF.

Depending on how your file is structured, you might use https://github.com/typicode/json-server to expose an API rest of your file, and connects it to DreamFactory through a service like "Remote Web Service ".

Or perhaps create a “Custom Scripting Service” in Node and use https://github.com/typicode/lowdb to access your JSON file in a more personalized way.

Best regards,
Junior Conte

1 Like