Coder Social home page Coder Social logo

karambir / posthog-unlocked Goto Github PK

View Code? Open in Web Editor NEW

This project forked from posthog/posthog-foss

16.0 16.0 11.0 399.06 MB

PostHog unlocked is a version of PostHog-foss, with multi-projects and multi-organization feature unlocked. This is suitable for organizations trying to bootstrap and want to use awesome Posthog. If you can, please use posthog cloud

Home Page: https://github.com/karambir/posthog-unlocked/pkgs/container/posthog-unlocked

License: MIT License

JavaScript 0.39% Shell 0.24% Python 45.70% Dockerfile 0.11% HTML 0.31% TypeScript 48.82% PLpgSQL 0.04% SCSS 1.56% Less 0.01% EJS 0.02% Procfile 0.01% ANTLR 0.10% MDX 0.13% C++ 2.57% C 0.01%
analytics analytics-platform django posthog

posthog-unlocked's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

posthog-unlocked's Issues

Thank you for this project and future support?

Thank you for the project. It's deeply needed. We cannot use the cloud version due to a larger number of events.

Are you actively supporting this? We'd be happy to contribute back if you actively pull things from posthog upstream.

Can not create user - ModuleNotFoundError: No module named 'ee'

After installations complete, when trying to add a user, getting this error in latest tag.

root@debian-2cpu-4gb-sg-sin1:~/ph# docker compose exec web python manage.py create_staff_user --first-name ExampleUser --email [email protected] --password examplePassword --org-name ExampleOrg
{'event': ['Skipping service version requirements. This is dangerous and PostHog might not work as expected!'], 'timestamp': '2023-12-24T04:19:49.202247Z', 'logger': 'posthog.settings.service_requirements', 'level': 'warning', 'pid': 47, 'tid': 140416669910848}
2023-12-24T04:19:51.049810Z [warning  ] Skipping async migrations setup. This is unsafe in production! [posthog.apps] pid=47 tid=140416669910848
2023-12-24T04:19:51.061564Z [info     ] AXES: BEGIN LOG                [axes.apps] pid=47 tid=140416669910848
2023-12-24T04:19:51.062206Z [info     ] AXES: Using django-axes version 5.9.0 [axes.apps] pid=47 tid=140416669910848
2023-12-24T04:19:51.062345Z [info     ] AXES: blocking by IP only.     [axes.apps] pid=47 tid=140416669910848
Traceback (most recent call last):
  File "/code/manage.py", line 21, in <module>
    main()
  File "/code/manage.py", line 17, in main
    execute_from_command_line(sys.argv)
  File "/python-runtime/django/core/management/__init__.py", line 419, in execute_from_command_line
    utility.execute()
  File "/python-runtime/django/core/management/__init__.py", line 413, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/python-runtime/django/core/management/base.py", line 354, in run_from_argv
    self.execute(*args, **cmd_options)
  File "/python-runtime/django/core/management/base.py", line 398, in execute
    output = self.handle(*args, **options)
  File "/code/posthog/management/commands/create_staff_user.py", line 21, in handle
    organization, team, user = User.objects.bootstrap(
  File "/code/posthog/models/user.py", line 82, in bootstrap
    user.join(organization=organization, level=OrganizationMembership.Level.OWNER)
  File "/code/posthog/models/user.py", line 232, in join
    self.update_billing_customer_email(organization)
  File "/code/posthog/models/user.py", line 265, in update_billing_customer_email
    from ee.billing.billing_manager import BillingManager  # avoid circular import
ModuleNotFoundError: No module named 'ee'
root@debian-2cpu-4gb-sg-sin1:~/ph#

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.