gianm commented on issue #12262: URL: https://github.com/apache/druid/issues/12262#issuecomment-1063319581
> I'm also wondering if the core of Druid is combined into one process, is it possible to make Druid a built-in component, like an embedded database system, for other systems to integrate? I have this idea because we're using Druid to store application metrics, but for Druid's own metrics, they're emitted into other time-series database like prometheus. > If Druid can store its own emitted metrics by using its own storage and query capability, it can greatly simplify the operation. @FrankChen021 I think that would be great, and it is indeed a goal I have in mind with this work. It should be possible to have a pretty simple self contained single-server deployment. You'd need to worry more about backups, though, if you care about that sort of thing… -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
