Drasi: Microsoft's open source data processing platform for event-driven systems
41–50 of 87 posts
Re: Drasi: Microsoft's open source data processing platform for event-driven systems
#42Re: Drasi: Microsoft's open source data processing platform for event-driven systems
#43https://www.oreilly.com/library/view/designing-data-intensiv...
Re: Drasi: Microsoft's open source data processing platform for event-driven systems
#44I finished reading Kleppman's Designing Data-Intensive Applications last night and this looks like it's straight out of the last chapter that talk about the future. They don't use the term "dataflow" though. https://www.oreilly.com/library/view/designing-data-intensiv...
Re: Drasi: Microsoft's open source data processing platform for event-driven systems
#45I finished reading Kleppman's Designing Data-Intensive Applications last night and this looks like it's straight out of the last chapter that talk about the future. They don't use the term "dataflow" though. https://www.oreilly.com/library/view/designing-data-intensiv...
That one’s also on my reading list. Was it worth the read?
Re: Drasi: Microsoft's open source data processing platform for event-driven systems
#46Looks very Azure-centric. Both installation guides ( https://drasi.io/how-to-guides/install-sample-applications/b... and https://drasi.io/how-to-guides/install-sample-applications/c... ) require Azure to work. And then there's this: > Installing Drasi in an EKS cluster can be significantly more complex than a standard installation on other platforms. Instead of downloading a CLI binary using the provided installation…
Azure SRE here, it doesn't appear to have any Azure dependencies. CLI rebuild seems to be that "drasi init" assumes Azure Kubernetes Service built in StorageClasses for Kubernetes PVC for Redis and Mongo and thus fails when running against EKS. I assume same thing would be required on GKE. Yes, it should be more modular but MVP. As for other stuff, it's using Gremlin Query Language or Postgres which are both open. In…
Re: Drasi: Microsoft's open source data processing platform for event-driven systems
#47Looks very Azure-centric. Both installation guides ( https://drasi.io/how-to-guides/install-sample-applications/b... and https://drasi.io/how-to-guides/install-sample-applications/c... ) require Azure to work. And then there's this: > Installing Drasi in an EKS cluster can be significantly more complex than a standard installation on other platforms. Instead of downloading a CLI binary using the provided installation…
Time will tell if Drasi is going to go the path where it becomes more easily useable outside of Azure (and in this case AWS) or it’ll go more of a Bicep route.
Re: Drasi: Microsoft's open source data processing platform for event-driven systems
#48Also the only cloud provider it has installation instructions for is AWS's EKS platform. Yet it has integration instructions for Azure CosmosDb Gremlin API.
That one customer out there using EKS and Gremlin on CosmosDb is probably over the moon right now.