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

ES connection/Other DBs #186

Open
featherduino opened this issue Aug 23, 2022 · 3 comments
Open

ES connection/Other DBs #186

featherduino opened this issue Aug 23, 2022 · 3 comments

Comments

@featherduino
Copy link

Can Radiant directly connect to datastores such as ES or messaging system such as Kafka ?

@vnijs
Copy link
Contributor

vnijs commented Aug 23, 2022

Anything that you can write R code to establish the connection and convert to a data frame, will work.

If you add the R-code to Report > Rmd or Report > R something like the below would be needed. The register line tells Radiant to add the dataframe to the dropdown menu.

my_df <- <some R-code to connect>
register("my_df")

Hope that helps

@featherduino
Copy link
Author

Would need packkages for elastic
Currently throws err:
set options(radiant.report = TRUE) in .Rprofile for the shiny user

@vnijs
Copy link
Contributor

vnijs commented Aug 24, 2022

That is not an error but a security setting. If you add the setting as suggested you will be able to run reports

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