2

I'm need to create an ipad app that has access to a relational database as well a lot of images (which should be hosted on the web). My boss suggested that I use Filemaker, as he has a license for one of the versions.

I searched the web for information on what is the best way to do this but I'm not 100% sure I got it right.

Is it possible to use Filemaker for the following?

  • Create a relational database
  • 'Host' images
  • Run custom scripts (optional but not strictly required)
  • Publish all of the above to the web, to be accessed by an ios app (and later an web app) through an API.

I understand the the first three points can be done but couldn't find much on how to publish everything and then access it securely later.

Are there better alternatives?

Thank you in advance

ArkReversed
  • 139
  • 11

1 Answers1

1

FileMaker Server has a fairly good XML API that supports all operations, including FileMaker scripts. It can be used as is or through the official PHP client. There's also an unofficial Python client for it.

Mikhail Edoshin
  • 2,639
  • 16
  • 25