Skip to content
View fsans's full-sized avatar
  • Indie developer
  • Barcelona (Spain)
  • 03:28 (UTC +01:00)
  • X @fsans

Block or report fsans

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Integrate FileMaker with ELK stack u... Integrate FileMaker with ELK stack using JDBC
    1
    # Add logstash connection to FileMaker
    2
    
                  
    3
    Sync any FileMaker Table to ElasticSearch using Logstash with a JDBC pipeline. Make sure all fields are ISO compliant (keep naming in legacy SQL scope).
    4
    
                  
    5
    
                  
  2. Complement FileMaker Custom Function... Complement FileMaker Custom Function to deal with spreaded parameters by JSON.ToVars FMCF
    1
    ### VarArrayToList
    2
    
                  
    3
    EXPERIMENTAL
    4
    
                  
    5
    Complement FileMaker Custom Function to deal with spreaded parameters by JSON.ToVars FMCF, which returns (in current version) the json arrays as:
  3. Using server to server Oauth 2 JWT a... Using server to server Oauth 2 JWT authentication within FileMaker. Contains a few FileMaker CF and implementation.
    1
    ### Server to Server JWT from FileMaker
    2
    
                  
    3
    ### JWT Anatomy
    4
    
                  
    5
    Using OAuth 2.0 for Server to Server Applications ([Service Accounts](https://developers.google.com/identity/protocols/oauth2/service-account#jwt-auth))
  4. FileMaker Custom Function that sprea... FileMaker Custom Function that spreads all json nodes as script variables
    1
    
                  
    2
    ### JSON.toVars
    3
    
                  
    4
    FileMaker Custom Function that spreads all json nodes as script variables.
    5
    
                  
  5. FileMakerHibernate6 FileMakerHibernate6 Public

    Hibernate 6.5+ FileMaker Dialect

    Java

  6. FMS-ODATA-MCP FMS-ODATA-MCP Public

    Model Context Protocol (MCP) server for FileMaker Server OData 4.01 API integration

    TypeScript 2 1