{"id":15595569,"url":"https://github.com/cdimascio/mixpanel-export-java","last_synced_at":"2025-03-29T11:28:35.469Z","repository":{"id":33355503,"uuid":"37000310","full_name":"cdimascio/mixpanel-export-java","owner":"cdimascio","description":"Lightweight export library for Mixpanel","archived":false,"fork":false,"pushed_at":"2017-04-12T21:46:54.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-04T10:57:21.033Z","etag":null,"topics":["exporter","java","mixpanel"],"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/cdimascio.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":"2015-06-07T01:16:41.000Z","updated_at":"2017-04-12T21:45:07.000Z","dependencies_parsed_at":"2022-09-11T22:52:03.724Z","dependency_job_id":null,"html_url":"https://github.com/cdimascio/mixpanel-export-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/cdimascio%2Fmixpanel-export-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdimascio%2Fmixpanel-export-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdimascio%2Fmixpanel-export-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdimascio%2Fmixpanel-export-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdimascio","download_url":"https://codeload.github.com/cdimascio/mixpanel-export-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246177317,"owners_count":20735945,"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":["exporter","java","mixpanel"],"created_at":"2024-10-03T01:00:40.689Z","updated_at":"2025-03-29T11:28:35.444Z","avatar_url":"https://github.com/cdimascio.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mixpanel-export-java\n\nExport Mixpanel events from Java\n\n### Build the jar with Maven\n\n   - `git clone` repo and `cd` to the project root\n   - `mvn install`  \n   _In typical Maven fashion, the jar is output to the `target` folder._\n\n### Example\n\nSee [ExamplesTest.java](https://github.com/cdimascio/mixpanel-export-java/blob/master/test/java/com/cmd/mixpanel/test/ExamplesTest.java)\n\n```java\n\npublic class Example {\n    private static final String MIXPANEL_API_KEY = \"\u003cyour-key\u003e\";\n    private static final String MIXPANEL_API_SECRET = \"\u003cyour-secret\u003e\";\n\n    public static void main(String[] args) {\n        LocalDate from = LocalDate.parse(\"20150604\", DateTimeFormatter.BASIC_ISO_DATE);\n        LocalDate to = LocalDate.parse(\"20150604\", DateTimeFormatter.BASIC_ISO_DATE);\n\n        List\u003cJSONObject\u003e res = Mixpanel.getInstance(MIXPANEL_API_KEY, MIXPANEL_API_SECRET).\n                export(from, to);\n    }\n}    \n```\n\n### License\n\nThe MIT License\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdimascio%2Fmixpanel-export-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdimascio%2Fmixpanel-export-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdimascio%2Fmixpanel-export-java/lists"}