https://github.com/posthog/posthog-databricks-plugin
https://github.com/posthog/posthog-databricks-plugin
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/posthog/posthog-databricks-plugin
- Owner: PostHog
- License: mit
- Created: 2022-03-09T17:25:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-20T13:23:58.000Z (over 2 years ago)
- Last Synced: 2025-01-11T05:59:46.508Z (about 1 year ago)
- Language: JavaScript
- Size: 68.4 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PostHog Databricks Plugin
> ℹ️ This plugin is only available for self-hosted users. Users of PostHog cloud should look into [S3 batch exports](https://posthog.com/docs/cdp/batch-exports/s3) and [connecting databricks to S3](https://docs.databricks.com/en/storage/amazon-s3.html) as an alternative.
[](https://opensource.org/licenses/MIT)
## Installation
### Get Following credentials
+ Domain name of the cluster provided by databricks
+ Generate an Api key by following this [documentation](https://docs.databricks.com/administration-guide/access-control/tokens.html)
+ Give a temporary filename path for saving the raw data.
+ Enter you cluster id used in the system [documentation](https://docs.databricks.com/workspace/workspace-details.html)
+ Give a database name where you want to store the data.
+ Enter events in comma ( , ) seprated way in order to ignore the data.
## This plugin will:
+ Push data from posthog to databricks every minute.
+ creates a table and runs scheduled job to perform migration of data from dbfs to database.
## Limitation
+ You can't sync the historic data.
+ You can't change frequency of data push to databricks.
+ You can't minimize frequency to less than 1 minute.
### [Join our Slack community.](https://join.slack.com/t/posthogusers/shared_invite/enQtOTY0MzU5NjAwMDY3LTc2MWQ0OTZlNjhkODk3ZDI3NDVjMDE1YjgxY2I4ZjI4MzJhZmVmNjJkN2NmMGJmMzc2N2U3Yjc3ZjI5NGFlZDQ)
We're here to help you with anything PostHog!