{"id":25305730,"url":"https://github.com/philterd/phirestream-sdk-java","last_synced_at":"2025-04-07T05:47:20.192Z","repository":{"id":45157343,"uuid":"400560723","full_name":"philterd/phirestream-sdk-java","owner":"philterd","description":"Java client SDK for Phirestream","archived":false,"fork":false,"pushed_at":"2024-10-05T23:42:13.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-13T09:53:45.141Z","etag":null,"topics":["anonymization","apache-kafka","deidentification","java","phirestream","sdk"],"latest_commit_sha":null,"homepage":"https://www.philterd.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/philterd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-27T15:49:45.000Z","updated_at":"2024-10-05T23:42:16.000Z","dependencies_parsed_at":"2022-08-27T19:40:16.680Z","dependency_job_id":null,"html_url":"https://github.com/philterd/phirestream-sdk-java","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philterd%2Fphirestream-sdk-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philterd%2Fphirestream-sdk-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philterd%2Fphirestream-sdk-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philterd%2Fphirestream-sdk-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philterd","download_url":"https://codeload.github.com/philterd/phirestream-sdk-java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247601480,"owners_count":20964863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anonymization","apache-kafka","deidentification","java","phirestream","sdk"],"created_at":"2025-02-13T09:53:46.807Z","updated_at":"2025-04-07T05:47:20.162Z","avatar_url":"https://github.com/philterd.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phirestream SDK for Java\n\nThe **Phirestream SDK for Java** is an API client for [Phirestream](https://www.mtnfog.com/products/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](https://github.com/philterd/phileas).\n\nRefer to the [Phirestream API](https://docs.mtnfog.com/phirestream/api-and-sdks/api) documentation for details on the methods available.\n\n## Example Usage\n\nWith an available running instance of Phirestream configured with a connection to Apache Kafka brokers, to redact text:\n\n```\nPhirestreamClient client = new PhirestreamClient.PhirestreamClientBuilder().withEndpoint(\"https://127.0.0.1:8080\").build();\n\nList\u003cRecord\u003e records = Arrays.asList(new Record(\"1\", \"George Washington was president.\"));\n ProduceResponse produceResponse = client.produce(records, \"topic\");\n```\n\n## Dependency\n\nRelease dependencies are available in Maven Central.\n\n```\n\u003cdependency\u003e\n  \u003cgroupId\u003eio.philterd\u003c/groupId\u003e\n  \u003cartifactId\u003ephirestream-sdk-java\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nSnapshot dependencies are available in the Maven Central Snapshot Repository by adding the repository to your `pom.xml`:\n\n```\n\u003crepository\u003e\n  \u003cid\u003esnapshots\u003c/id\u003e\n  \u003curl\u003ehttps://s01.oss.sonatype.org/content/repositories/snapshots\u003c/url\u003e\n  \u003creleases\u003e\u003cenabled\u003efalse\u003c/enabled\u003e\u003c/releases\u003e\n  \u003csnapshots\u003e\u003cenabled\u003etrue\u003c/enabled\u003e\u003c/snapshots\u003e\n\u003c/repository\u003e\n```\n\n## Release History\n\n* 1.0.0:\n  * Initial release.\n\n## License\n\nThis project is licensed under the Apache License, version 2.0.\n\nCopyright 2021-2023 Mountain Fog, Inc.\nPhirestream is a registered trademark of Mountain Fog, Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilterd%2Fphirestream-sdk-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilterd%2Fphirestream-sdk-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilterd%2Fphirestream-sdk-java/lists"}