Package: AzureKusto
Title: Interface to 'Kusto'/'Azure Data Explorer'
Version: 1.1.4
Authors@R: c(
person("Hong", "Ooi", , "hongooi73@gmail.com", role = "aut"),
person("Alex", "Kyllo", , "jekyllo@microsoft.com", role = c("aut", "cre")),
person("dbplyr development team", role="cph", comment="Original framework for dplyr/database interface"),
person("Microsoft", role = "cph")
)
Description: An interface to 'Azure Data Explorer', also known as
'Kusto', a fast, distributed data exploration service from
Microsoft:
.
Includes 'DBI' and 'dplyr' interfaces, with the latter modelled
after the 'dbplyr' package, whereby queries are translated from
R into the native 'KQL' query language and executed lazily. On
the admin side, the package extends the object framework
provided by 'AzureRMR' to support creation and deletion of
databases, and management of database principals. Part of the
'AzureR' family of packages.
URL: https://github.com/Azure/AzureKusto
https://github.com/Azure/AzureR
BugReports: https://github.com/Azure/AzureKusto/issues
License: MIT + file LICENSE
Encoding: UTF-8
VignetteBuilder: knitr
Depends: R (>= 3.3)
Imports: rlang, methods, utils, httr (>= 1.3), jsonlite, R6, openssl,
AzureAuth, AzureRMR (>= 2.0.0), tibble, dplyr, tidyr,
tidyselect (>= 0.2.4), DBI (>= 1.0.0)
Suggests: bit64, knitr, testthat, AzureGraph, AzureStor (>= 2.0.0),
rmarkdown
Roxygen: list(markdown=TRUE, r6=FALSE)
RoxygenNote: 7.3.2
Config/pak/sysreqs: libicu-dev libssl-dev
Repository: https://azure.r-universe.dev
Date/Publication: 2025-09-09 18:19:43 UTC
RemoteUrl: https://github.com/azure/azurekusto
RemoteRef: HEAD
RemoteSha: 02188f9578f7a09106858aa3cf418a0d9dec6977
NeedsCompilation: no
Packaged: 2026-06-18 08:45:32 UTC; root
Author: Hong Ooi [aut],
Alex Kyllo [aut, cre],
dbplyr development team [cph] (Original framework for dplyr/database
interface),
Microsoft [cph]
Maintainer: Alex Kyllo