This section provides detailed guidance on integrating Faasera with your environment using SDKs, APIs, or cloud-native services.
Faasera SDKs offer drop-in modules for Java and PySpark environments. These SDKs let you embed Faasera’s profiling, masking, and validation engines directly into your Spark pipelines or Java applications.
See full guide: implementation-sdk.md (coming soon)
Faasera’s REST APIs provide granular access to each platform component, enabling integration with any system that can send HTTP requests.
Authentication is handled via JWT tokens with fine-grained scope permissions.
See full guide: implementation-api.md (coming soon)
Deploy Faasera as event-driven serverless functions using:
These functions can be triggered via API Gateway, message queues, or event buses.
Faasera’s cloud-native footprint makes it ideal for embedding compliance logic with zero operational overhead.
See full guide: implementation-cloud.md (coming soon)