Skip to content
View fsans's full-sized avatar
  • Indie developer
  • Barcelona (Spain)
  • 00:30 (UTC +02:00)
  • X @fsans
Block or Report

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

  1. FileMakerHibernate FileMakerHibernate Public

    FileMaker Hibernate Dialect Implementation

    Java

  2. 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
    
                  
  3. 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:
  4. 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))
  5. 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
    
                  
  6. mobipack - custom input date convert... mobipack - custom input date converters.md
    1
    
                  
    2
    
                  
    3
    Provides (Spring) to/from FileMaker Input/output date serialization as Instant using any custom format ( ie. yyyy-MM-dd HH:mm:ss )
    4
    
                  
    5
    - Always define dates as **Instant** in your **java** app or service