Book Description
Published together for the first time are selections from all Kafka's writings: The Metamorphosis, Josephine The Singer, plus his short stories, parables, and his personal diaries and letters.
Author : Franz Kafka
Publisher : Simon and Schuster
Page : 340 pages
File Size : 16,94 MB
Release : 1979
Category : Fiction
ISBN : 067153145X
Published together for the first time are selections from all Kafka's writings: The Metamorphosis, Josephine The Singer, plus his short stories, parables, and his personal diaries and letters.
Author : Phillip Lundberg
Publisher : AuthorHouse
Page : 319 pages
File Size : 29,41 MB
Release : 2009-06-12
Category : Fiction
ISBN : 1438990227
The Judgment, Metamorphosis, In the Penal Colony, A Report to the Academy, A Country Doctor, The Burrow, Investigations of a Dog or On Substance, Hunger Artist, Josephine the Songstress or The Mouse Folk; Josef K.!, The Messenger & Nocturnal Deliberations -a newly expanded Second Edition (9 Stories & 3 Novel Excerpts) with a Postscript on the Translator's Art. This translation of Kafka has a dual purpose, for starters it intends to provide English readers with a much better translation: that Kafka's prose should find a more fitting analogy in modern (American) English whereby it should come to life to a greater degree, and that his underlying philosophy—and I say philosophy in the greater sense—thus, should be grasped more readily. The second purpose is to explore issues regarding translation per se: what is the proper role of the translator and why is it that the vast majority of translations tend to leave the typical reader perplexed and, quite frankly, dissatisfied? The stories and excerpts included in this second edition have been carefully chosen to really bring the reader to the core issues that make manifest Kafka’s literary genius. This book also contains a short postscript on the art of translation that argues against the current modus operandi of translation theory, indeed, it goes so far as to quote from Kafka's diaries—on his state of mind in composing—as well as from Schleiermacher and early Roman translators on the responsibility of the translator to capture the spirit of the work in an imaginative manner. Kafka was struggling in his writings with matters that go beyond the normal concerns and my intention in this translation is to remain true to Kafka’s aims. Thus, this translation may prove valuable not only for the general readership but likewise for those who wish to study the intricacies of translation of text that deals with the most important matters. All the same, one should never neglect the humorous side and the joy to be discovered in having the last laugh.
Author : Neha Narkhede
Publisher : "O'Reilly Media, Inc."
Page : 315 pages
File Size : 49,45 MB
Release : 2017-08-31
Category : Computers
ISBN : 1491936118
Every enterprise application creates data, whether it’s log messages, metrics, user activity, outgoing messages, or something else. And how to move all of this data becomes nearly as important as the data itself. If you’re an application architect, developer, or production engineer new to Apache Kafka, this practical guide shows you how to use this open source streaming platform to handle real-time data feeds. Engineers from Confluent and LinkedIn who are responsible for developing Kafka explain how to deploy production Kafka clusters, write reliable event-driven microservices, and build scalable stream-processing applications with this platform. Through detailed examples, you’ll learn Kafka’s design principles, reliability guarantees, key APIs, and architecture details, including the replication protocol, the controller, and the storage layer. Understand publish-subscribe messaging and how it fits in the big data ecosystem. Explore Kafka producers and consumers for writing and reading messages Understand Kafka patterns and use-case requirements to ensure reliable data delivery Get best practices for building data pipelines and applications with Kafka Manage Kafka in production, and learn to perform monitoring, tuning, and maintenance tasks Learn the most critical metrics among Kafka’s operational measurements Explore how Kafka’s stream delivery capabilities make it a perfect source for stream processing systems
Author : Dylan Scott
Publisher : Simon and Schuster
Page : 270 pages
File Size : 11,31 MB
Release : 2022-03-22
Category : Computers
ISBN : 163835619X
Master the wicked-fast Apache Kafka streaming platform through hands-on examples and real-world projects. In Kafka in Action you will learn: Understanding Apache Kafka concepts Setting up and executing basic ETL tasks using Kafka Connect Using Kafka as part of a large data project team Performing administrative tasks Producing and consuming event streams Working with Kafka from Java applications Implementing Kafka as a message queue Kafka in Action is a fast-paced introduction to every aspect of working with Apache Kafka. Starting with an overview of Kafka's core concepts, you'll immediately learn how to set up and execute basic data movement tasks and how to produce and consume streams of events. Advancing quickly, you’ll soon be ready to use Kafka in your day-to-day workflow, and start digging into even more advanced Kafka topics. About the technology Think of Apache Kafka as a high performance software bus that facilitates event streaming, logging, analytics, and other data pipeline tasks. With Kafka, you can easily build features like operational data monitoring and large-scale event processing into both large and small-scale applications. About the book Kafka in Action introduces the core features of Kafka, along with relevant examples of how to use it in real applications. In it, you’ll explore the most common use cases such as logging and managing streaming data. When you’re done, you’ll be ready to handle both basic developer- and admin-based tasks in a Kafka-focused team. What's inside Kafka as an event streaming platform Kafka producers and consumers from Java applications Kafka as part of a large data project About the reader For intermediate Java developers or data engineers. No prior knowledge of Kafka required. About the author Dylan Scott is a software developer in the insurance industry. Viktor Gamov is a Kafka-focused developer advocate. At Confluent, Dave Klein helps developers, teams, and enterprises harness the power of event streaming with Apache Kafka. Table of Contents PART 1 GETTING STARTED 1 Introduction to Kafka 2 Getting to know Kafka PART 2 APPLYING KAFK 3 Designing a Kafka project 4 Producers: Sourcing data 5 Consumers: Unlocking data 6 Brokers 7 Topics and partitions 8 Kafka storage 9 Management: Tools and logging PART 3 GOING FURTHER 10 Protecting Kafka 11 Schema registry 12 Stream processing with Kafka Streams and ksqlDB
Author : Bill Bejeck
Publisher : Simon and Schuster
Page : 410 pages
File Size : 16,70 MB
Release : 2018-08-29
Category : Computers
ISBN : 1638356025
Summary Kafka Streams in Action teaches you everything you need to know to implement stream processing on data flowing into your Kafka platform, allowing you to focus on getting more from your data without sacrificing time or effort. Foreword by Neha Narkhede, Cocreator of Apache Kafka Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Not all stream-based applications require a dedicated processing cluster. The lightweight Kafka Streams library provides exactly the power and simplicity you need for message handling in microservices and real-time event processing. With the Kafka Streams API, you filter and transform data streams with just Kafka and your application. About the Book Kafka Streams in Action teaches you to implement stream processing within the Kafka platform. In this easy-to-follow book, you'll explore real-world examples to collect, transform, and aggregate data, work with multiple processors, and handle real-time events. You'll even dive into streaming SQL with KSQL! Practical to the very end, it finishes with testing and operational aspects, such as monitoring and debugging. What's inside Using the KStreams API Filtering, transforming, and splitting data Working with the Processor API Integrating with external systems About the Reader Assumes some experience with distributed systems. No knowledge of Kafka or streaming applications required. About the Author Bill Bejeck is a Kafka Streams contributor and Confluent engineer with over 15 years of software development experience. Table of Contents PART 1 - GETTING STARTED WITH KAFKA STREAMS Welcome to Kafka Streams Kafka quicklyPART 2 - KAFKA STREAMS DEVELOPMENT Developing Kafka Streams Streams and state The KTable API The Processor APIPART 3 - ADMINISTERING KAFKA STREAMS Monitoring and performance Testing a Kafka Streams applicationPART 4 - ADVANCED CONCEPTS WITH KAFKA STREAMS Advanced applications with Kafka StreamsAPPENDIXES Appendix A - Additional configuration information Appendix B - Exactly once semantics
Author : Mitch Seymour
Publisher : "O'Reilly Media, Inc."
Page : 505 pages
File Size : 43,58 MB
Release : 2021-02-04
Category : Computers
ISBN : 1492062448
Working with unbounded and fast-moving data streams has historically been difficult. But with Kafka Streams and ksqlDB, building stream processing applications is easy and fun. This practical guide shows data engineers how to use these tools to build highly scalable stream processing applications for moving, enriching, and transforming large amounts of data in real time. Mitch Seymour, data services engineer at Mailchimp, explains important stream processing concepts against a backdrop of several interesting business problems. You'll learn the strengths of both Kafka Streams and ksqlDB to help you choose the best tool for each unique stream processing project. Non-Java developers will find the ksqlDB path to be an especially gentle introduction to stream processing. Learn the basics of Kafka and the pub/sub communication pattern Build stateless and stateful stream processing applications using Kafka Streams and ksqlDB Perform advanced stateful operations, including windowed joins and aggregations Understand how stateful processing works under the hood Learn about ksqlDB's data integration features, powered by Kafka Connect Work with different types of collections in ksqlDB and perform push and pull queries Deploy your Kafka Streams and ksqlDB applications to production
Author : Franz Kafka
Publisher :
Page : 0 pages
File Size : 40,72 MB
Release : 2014
Category : Alienation (Social psychology)
ISBN : 9781840227260
A culturally-influential and celebrated author, Kafka is generally considered to be one of the most accomplished writers of the 20th century. In this boxed set are collected together three of his major works, including the maginificent 'Metamorphosis and Other Stories'.
Author : Manish Kumar
Publisher : Packt Publishing Ltd
Page : 269 pages
File Size : 36,68 MB
Release : 2017-08-18
Category : Computers
ISBN : 1787287637
Design and administer fast, reliable enterprise messaging systems with Apache Kafka About This Book Build efficient real-time streaming applications in Apache Kafka to process data streams of data Master the core Kafka APIs to set up Apache Kafka clusters and start writing message producers and consumers A comprehensive guide to help you get a solid grasp of the Apache Kafka concepts in Apache Kafka with pracitcalpractical examples Who This Book Is For If you want to learn how to use Apache Kafka and the different tools in the Kafka ecosystem in the easiest possible manner, this book is for you. Some programming experience with Java is required to get the most out of this book What You Will Learn Learn the basics of Apache Kafka from scratch Use the basic building blocks of a streaming application Design effective streaming applications with Kafka using Spark, Storm &, and Heron Understand the importance of a low -latency , high- throughput, and fault-tolerant messaging system Make effective capacity planning while deploying your Kafka Application Understand and implement the best security practices In Detail Apache Kafka is a popular distributed streaming platform that acts as a messaging queue or an enterprise messaging system. It lets you publish and subscribe to a stream of records, and process them in a fault-tolerant way as they occur. This book is a comprehensive guide to designing and architecting enterprise-grade streaming applications using Apache Kafka and other big data tools. It includes best practices for building such applications, and tackles some common challenges such as how to use Kafka efficiently and handle high data volumes with ease. This book first takes you through understanding the type messaging system and then provides a thorough introduction to Apache Kafka and its internal details. The second part of the book takes you through designing streaming application using various frameworks and tools such as Apache Spark, Apache Storm, and more. Once you grasp the basics, we will take you through more advanced concepts in Apache Kafka such as capacity planning and security. By the end of this book, you will have all the information you need to be comfortable with using Apache Kafka, and to design efficient streaming data applications with it. Style and approach A step-by –step, comprehensive guide filled with practical and real- world examples
Author : Franz Kafka
Publisher : Archipelago
Page : 386 pages
File Size : 21,74 MB
Release : 2016-11-01
Category : Fiction
ISBN : 0914671529
In this new selection and translation, Peter Wortsman mines Franz Kafka's entire opus of short prose--including works published in the author's brief lifetime, posthumously published stories, journals, and letters--for narratives that sound the imaginative depths of the great German-Jewish scribe from Prague. It is the first volume in English to consider his deeply strange, resonantly humane letters and journal entries alongside his classic short fiction and lyrical vignettes "Transformed" is a vivid retranslation of one of Kafka's signature stories, "Die Verwandlung," commonly rendered in English as "The Metamorphosis." Composed of short, black comic parables, fables, fairy tales, and reflections, Konundrums also includes classic stories like "In the Penal Colony," Kafka's prescient foreshadowing of the nightmare of the Twentieth Century, refreshing the writer's mythic storytelling powers for a new generation of readers. Contents: • Words are Miserable Miners of Meaning • Letter to Ernst Rowohlt • Reflections • Concerning Parables • Children on the Country Road • The Spinning Top • The Street-Side Window • At Night • Unhappiness • Clothes Make the Man • On the Inability to Write • From Somewhere in the Middle • I Can Also Laugh • The Need to Be Alone • So I Sat at My Stately Desk • A Writer's Quandary • Give it Up! • Eleven Sons • Paris Outing • The Bridge • The Trees • The Truth About Sancho Pansa • The Silence of the Sirens • Prometheus • Poseidon • The Municipal Coat of Arms • A Message from the Emperor • The Next Village Over • First Sorrow • The Hunger Artist • Josephine, Our Meistersinger, or the Music of Mice • Investigations of a Dog • A Report to an Academy • A Hybrid • Transformed • In the Penal Colony • From The Burrow • Selected Aphorisms • Selected Last Conversation Shreds • In the Caves of the Unconscious: K is for Kafka (An Afterword) • The Back of Words (A Post Script)
Author : Emil Koutanov
Publisher :
Page : 466 pages
File Size : 48,67 MB
Release : 2020-03-17
Category :
ISBN :
The software architecture landscape has evolved dramatically over the past decade. Microservices have displaced monoliths. Data and applications are increasingly becoming distributed and decentralised. But composing disparate systems is a hard problem. More recently, software practitioners have been rapidly converging on event-driven architecture as a sustainable way of dealing with complexity - integrating systems without increasing their coupling.In Effective Kafka, Emil Koutanov explores the fundamentals of Event-Driven Architecture - using Apache Kafka - the world's most popular and supported open-source event streaming platform.You'll learn: - The fundamentals of event-driven architecture and event streaming platforms- The background and rationale behind Apache Kafka, its numerous potential uses and applications- The architecture and core concepts - the underlying software components, partitioning and parallelism, load-balancing, record ordering and consistency modes- Installation of Kafka and related tooling - using standalone deployments, clusters, and containerised deployments with Docker- Using CLI tools to interact with and administer Kafka classes, as well as publishing data and browsing topics- Using third-party web-based tools for monitoring a cluster and gaining insights into the event streams- Building stream processing applications in Java 11 using off-the-shelf client libraries- Patterns and best-practice for organising the application architecture, with emphasis on maintainability and testability of the resulting code- The numerous gotchas that lurk in Kafka's client and broker configuration, and how to counter them- Theoretical background on distributed and concurrent computing, exploring factors affecting their liveness and safety- Best-practices for running multi-tenanted clusters across diverse engineering teams, how teams collaborate to build complex systems at scale and equitably share the cluster with the aid of quotas- Operational aspects of running Kafka clusters at scale, performance tuning and methods for optimising network and storage utilisation- All aspects of Kafka security -including network segregation, encryption, certificates, authentication and authorization.The coverage is progressively delivered and carefully aimed at giving you a journey-like experience into becoming proficient with Apache Kafka and Event-Driven Architecture. The goal is to get you designing and building applications. And by the conclusion of this book, you will be a confident practitioner and a Kafka evangelist within your organisation - wielding the knowledge necessary to teach others.