Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

guide for dropping this into an existing phoenix app? #44

Closed
cultofmetatron opened this issue May 29, 2020 · 1 comment
Closed

guide for dropping this into an existing phoenix app? #44

cultofmetatron opened this issue May 29, 2020 · 1 comment

Comments

@cultofmetatron
Copy link

I'm currently building an mvp using phoenix. subscribing to database changes is an issue I've been looking into and I was researching debezium for that purpose. This looks like a much better fit however. Are there any existing docs on how to integrate this into an existing phoenix app?

Also, do you guys have clients for ios/android?

@kiwicopple
Copy link
Member

Thanks for checking it out. One reason we developed it was because Debezium didn't fit our needs too.

This repo serves more as a "standalone" server, but if you want to drop the functionality into your own phoenix app we suggest you check out Cainophile's library which gave us a lot of the baseline functionality. It can be installed as a hex module and it's an amazing piece of work.

Alternatively, you can run this side-by-side with your phoenix app - you will need to install it on a new server (detailed docs coming soon with instructions on how to do this), but it's then simply a matter of "pointing it" towards your database and then connecting with a client library.

Also, do you guys have clients for ios/android?

Not yet, but we're tracking this here: #44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants