{"id":19877570,"url":"https://github.com/yuokada/presto-sample-udf","last_synced_at":"2025-05-02T12:30:50.323Z","repository":{"id":22790134,"uuid":"97323930","full_name":"yuokada/presto-sample-udf","owner":"yuokada","description":"Sample UDF Plugin for Presto","archived":true,"fork":false,"pushed_at":"2021-03-31T19:13:58.000Z","size":168,"stargazers_count":7,"open_issues_count":5,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T05:17:03.378Z","etag":null,"topics":["presto","prestodb","prestosql","udf"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yuokada.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":"2017-07-15T15:16:36.000Z","updated_at":"2023-05-28T05:38:16.000Z","dependencies_parsed_at":"2022-08-07T10:16:13.168Z","dependency_job_id":null,"html_url":"https://github.com/yuokada/presto-sample-udf","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuokada%2Fpresto-sample-udf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuokada%2Fpresto-sample-udf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuokada%2Fpresto-sample-udf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuokada%2Fpresto-sample-udf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuokada","download_url":"https://codeload.github.com/yuokada/presto-sample-udf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252038097,"owners_count":21684624,"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":["presto","prestodb","prestosql","udf"],"created_at":"2024-11-12T16:37:47.901Z","updated_at":"2025-05-02T12:30:50.014Z","avatar_url":"https://github.com/yuokada.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# presto-sample-udf\n[![Build Status](https://github.com/yuokada/presto-sample-udf/workflows/Java%20CI/badge.svg)](https://github.com/yuokada/presto-sample-udf/actions)\nSample UDF Plugin for Presto\n\n## How to start Presto UDF\n\nRead the [SPI Overview](https://prestosql.io/docs/current/develop/spi-overview.html)\nand [Functions](https://prestosql.io/docs/current/develop/functions.html) documentation.\n   \n## Build\n\n```bash\n# if mac os\n% export JAVA_HOME=`/System/Library/Frameworks/JavaVM.framework/Versions/A/Commands/java_home -v \"1.8\"`\n\n% ./mvnw clean compile package\n```\n   \n## deploy\n\nCopy jar file to plugin dir. And, you restart presto server.\n   \n```bash\n% mkdir /usr/lib/presto/lib/plugin/hello/\n% cp target/presto-sample-udf-1.0-SNAPSHOT.jar /usr/lib/presto/lib/plugin/hello/\n% /usr/lib/presto/bin/launcher restart\n```\n   \n## Examples\n\n- [prestodb\\-rocks/presto\\-example\\-udf: An example implentantion of Presto UDF functions](https://github.com/prestodb-rocks/presto-example-udf)  \n  Basic UDF sample code and unittest.\n- [aaronshan/presto\\-third\\-functions: Some useful presto custom udf functions](https://github.com/aaronshan/presto-third-functions)\n- [qubole/presto\\-udfs: Plugin for Presto to allow addition of user functions easily](https://github.com/qubole/presto-udfs)  \n  Various UDF Sample Repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuokada%2Fpresto-sample-udf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuokada%2Fpresto-sample-udf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuokada%2Fpresto-sample-udf/lists"}