Coder Social home page Coder Social logo

philterd / phirestream-sdk-java Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 30 KB

Java client SDK for Phirestream

Home Page: https://www.philterd.io

License: Apache License 2.0

Java 100.00%
anonymization apache-kafka deidentification java sdk phirestream

phirestream-sdk-java's Introduction

Phirestream SDK for Java

The Phirestream SDK for Java is an API client for Phirestream, software to identify and redact sensitive information such as PHI and PII from data streams. Phirestream is built upon the open source PII/PHI detection engine Phileas.

Refer to the Phirestream API documentation for details on the methods available.

Example Usage

With an available running instance of Phirestream configured with a connection to Apache Kafka brokers, to redact text:

PhirestreamClient client = new PhirestreamClient.PhirestreamClientBuilder().withEndpoint("https://127.0.0.1:8080").build();

List<Record> records = Arrays.asList(new Record("1", "George Washington was president."));
 ProduceResponse produceResponse = client.produce(records, "topic");

Dependency

Release dependencies are available in Maven Central.

<dependency>
  <groupId>io.philterd</groupId>
  <artifactId>phirestream-sdk-java</artifactId>
  <version>1.0.0</version>
</dependency>

Snapshot dependencies are available in the Maven Central Snapshot Repository by adding the repository to your pom.xml:

<repository>
  <id>snapshots</id>
  <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
  <releases><enabled>false</enabled></releases>
  <snapshots><enabled>true</enabled></snapshots>
</repository>

Release History

  • 1.0.0:
    • Initial release.

License

This project is licensed under the Apache License, version 2.0.

Copyright 2021-2023 Mountain Fog, Inc. Phirestream is a registered trademark of Mountain Fog, Inc.

phirestream-sdk-java's People

Contributors

dependabot[bot] avatar jzonthemtn avatar

Stargazers

 avatar

Watchers

 avatar  avatar

phirestream-sdk-java's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.