-
Notifications
You must be signed in to change notification settings - Fork 161
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
Documents with Kura Kapua connection tutorial #780
Documents with Kura Kapua connection tutorial #780
Conversation
I have created document which describes Kura - Kapua connection procedure. This is just first bigger draft as more and more people are asking how to connect those two. Signed-off-by: Leonardo Gaube <[email protected]>
Codecov Report
@@ Coverage Diff @@
## develop #780 +/- ##
=============================================
- Coverage 53.57% 53.56% -0.01%
Complexity 478 478
=============================================
Files 877 877
Lines 20543 20543
Branches 1843 1843
=============================================
- Hits 11005 11003 -2
- Misses 8822 8824 +2
Partials 716 716
Continue to review full report at Codecov.
|
Hi @Coduz , Regards, |
Thanks for the PR. I only see one issue with this. We already have two locations which describe how to start Kapua using docker. Adding a third location would make it more error prone once we begin changing this. I would suggest that we consolidate that. One section in the documentation should describe the process, others should only reference it. What do you think? |
Hi @ctron , Regards, |
I've tested and it seems to work fine using the default user in kapua. However serializing objects are not allowed in kapua (dec 2017). so to get data in the DB This is obviously not a production solution but it gets You started with development. Cheers, Björn |
Thank you for your feedback. Can you open a new issue to keep tracking it? |
I have created document which describes Kura - Kapua connection procedure.
This is just first bigger draft as more and more people are asking how to
connect those two. I will enhance it as the time goes.
If somebody finds mistakes, please correct them.
This PR is "answer" to Issue #751 .
Signed-off-by: Leonardo Gaube [email protected]