Weird thing about this project is that neither the website ( https://drasi.io ) or the repo ( https://github.com/drasi-project/drasi-platform ) mention that it's a Microsoft project. Also 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 t…
Drasi: Microsoft's open source data processing platform for event-driven systems
61–70 of 87 posts
Re: Drasi: Microsoft's open source data processing platform for event-driven systems
#62I 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...
[flagged]
Re: Drasi: Microsoft's open source data processing platform for event-driven systems
#63I 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
#64[flagged]
Re: Drasi: Microsoft's open source data processing platform for event-driven systems
#65[flagged]
Re: Drasi: Microsoft's open source data processing platform for event-driven systems
#66Is this what can be done with Apache Kafka Connect (to get data from another source to a Kafka cluster), Kafka (including Kafka Streams)? This image ( https://github.com/drasi-project/community/raw/main/images/d... ) is like Kafka Streams with a single topic. This image ( https://github.com/drasi-project/community/raw/main/images/c... ) is like joining 2 streams in Kafka Streams.
Re: Drasi: Microsoft's open source data processing platform for event-driven systems
#67Re: Drasi: Microsoft's open source data processing platform for event-driven systems
#68I suppose students need to prepare to defend what they are writing. Also, teachers may need a bit of a demotion when making accusations of plagiarism or generated papers. Teachers at the very least should be able to reasonably prove their accusations. There is a greater problem with tutors writing students papers. If teachers and students worked more closely this wouldn't be an issue.
Re: Drasi: Microsoft's open source data processing platform for event-driven systems
#69"Debezium", an alternative CDC system, is mentioned in the documentation and sources [1]. I'm not sure if Drasi uses Debezium, or aims to be compatible with it. Maybe someone here can shine more light on the relationship between these two?
--
1: https://github.com/drasi-project/drasi-platform/tree/main/re...