Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- TFC 5,514
- PFC 2,816
- TFM 2,694
- TFG 1,829
- Empreses 1,700
- Gestió de projectes 1,333
- Arquitectura 1,205
- Direcció i administració 1,202
- Treball 1,047
- Planificació estratègica 998
- Planificació 950
- Sistemes d'informació per a la gestió 805
- PFG 771
- TFMP 735
- Arquitectura domèstica 679
- Innovacions tecnològiques 555
- Història 549
- Habitatges 517
- Edificis 510
- Ensenyament 510
- Treball social 510
- Comerç electrònic 500
- Dret del treball 477
- Treball en equip 471
- Indústria i comerç 467
- Pàgines web 434
- Xarxes d'ordinadors 376
- Disseny 362
- Màrqueting digital 355
- Màrqueting 340
-
37881por OECDTabla de Contenidos: “…Promoting mental well-being and preventing mental ill-health: the COVID-19 crisis has highlighted the importance of good mental well-being, and gaps in support -- Mental health policies should focus on promoting positive mental health -- Countries are focusing on promoting good mental health in early life -- Steps to promote mental resilience in the face of the COVID-19 pandemic should be maintained -- Principle 5. …”
Publicado 2021
Libro electrónico -
37882Publicado 2018Tabla de Contenidos: “…Golden images -- Security concerns -- Managed instance group (MIG) -- Instance templates -- Creating MIGs -- Built for resilience -- Autoscaling -- Autohealing -- Change management -- Performing a rolling update -- IAM and service accounts -- Administrative operations -- General roles -- Compute resource roles -- Network and security resource roles -- Compute instance IAM -- Pricing on GCE -- Instance discounts -- Preemptible instances -- Committed use discounts -- Sustained use discounts -- Other resource costs -- Always-free tier -- Summary -- Chapter 8: NoSQL with Datastore and Bigtable -- NoSQL solutions on GCP -- NoSQL technologies -- Google Cloud Datastore -- When to use Datastore -- Getting started -- Datastore locations -- Managing entities in the Cloud Console -- Datastore core concepts -- The structure of Datastore data -- Entities, kinds, and properties -- Data types -- Entity identifiers -- Namespaces -- Ancestry paths and keys -- Entity groups and consistency -- Entity groups -- Consistency and queries -- Working with entities -- Queries with GQL -- Using GQL in the Cloud Console -- Indexes -- Single property indexes -- Composite indexes -- Datastore under the hood -- The entities table -- Key -- Entity group -- Kind -- Properties -- Custom indexes -- Index tables -- EntitiesByKind -- EntitiesByProperty -- EntitesByCompositeProperty and Custom Indexes -- Datastore management and integrations -- Administrative tasks -- The Datastore Admin Console -- gcloud operations -- Integrations with other GCP services -- App Engine standard environment -- Other GCP services -- Datastore pricing and IAM -- Permissions in Datastore -- Google Cloud Firestore -- Comparison to Datastore -- A promising future -- Google Bigtable -- Core concepts -- Structure of Bigtable data -- Columns and column families -- Column families -- Scalable and intelligent…”
Libro electrónico -
37883Publicado 2019Tabla de Contenidos: “…Using Custom Property Managers -- Using Derived Configurations -- Understanding How File Size Affects Speed -- Controlling Dimensions -- Controlling Suppression -- Controlling Custom Properties -- Controlling Sketch Relations -- Controlling Sketch Planes -- Controlling Configurations of Inserted Parts -- Using Library Features -- Using Design Tables -- Identifying What Can Be Driven by a Design Table -- Creating a Simple Design Table -- Editing Design Table Settings -- Editing the Design Table -- Using the Configuration Publisher -- Tutorial: Working with Configurations and Design Tables -- The Bottom Line -- Chapter 12 Editing, Evaluating, and Troubleshooting -- Using Rollback -- Using the Rollback Bar -- Using Other Rollback Techniques -- Using Part Reviewer -- Reordering Features -- Reordering Folders -- Using the Flyout and Detachable FeatureManagers -- Displaying the FeatureManager and PropertyManager -- Following Selection Breadcrumbs -- Summarizing Part Modeling Best Practices -- Using Design for Change -- Keeping Track of References -- Visualizing Horizontal Modeling -- Understanding Resilient Modeling -- Using Skeleton Sketches -- Using Evaluation Techniques -- Using Verification On Rebuild -- Using the Check Tool -- Evaluating Geometry with Reflective Techniques -- Troubleshooting Errors -- Interpreting Rebuild Errors -- Identifying Common Errors -- Dismissing Errors -- Using SolidWorks RX and Performance Benchmark -- Tutorial: Utilizing Editing and Evaluation Techniques -- The Bottom Line -- Part III Working with Assemblies -- Chapter 13 Building Efficient Assemblies -- Understanding the Purpose of Assemblies -- Identifying Types of Assemblies -- Creating an Alternative to Multiple Assemblies -- Identifying the Elements of an Assembly -- Working with Assembly Equations -- Using an Assembly Layout Sketch -- Working with Virtual Components…”
Libro electrónico -
37884Publicado 2015Tabla de Contenidos: “…Spark -- Installing Spark -- An Example -- Spark Applications, Jobs, Stages, and Tasks -- A Scala Standalone Application -- A Java Example -- A Python Example -- Resilient Distributed Datasets -- Creation -- Transformations and Actions -- Persistence -- Serialization -- Shared Variables -- Broadcast Variables -- Accumulators -- Anatomy of a Spark Job Run -- Job Submission -- DAG Construction -- Task Scheduling -- Task Execution -- Executors and Cluster Managers -- Spark on YARN -- Further Reading -- Chapter 20. …”
Libro electrónico -
37885por GmbH, Steffi Triest VicandoTabla de Contenidos: “…4.3.4 Soziokratie -- 4.3.5 Soziokratie 3.0 -- 4.3.6 Holokratie -- 4.3.7 Selbstorganisierte Teams - Buurtzorg -- 4.3.8 Netzwerk - Morning Star -- 4.4 Agile Change - Weg und Ziel -- 4.4.1 Agiles Portfolio an Experimenten -- 4.5 Organisationale Fitness und Resilience -- 4.5.1 Fachkompetenz -- 4.5.2 Kreativität -- 4.5.3 Empathie -- 4.5.4 Simplicity -- 4.6 Literaturempfehlungen zum Kapitel -- 5 Achtsamkeit in Organisationen -- 5.1 Persönliche Achtsamkeit -- 5.2 Achtsamkeit im Team -- 5.3 Achtsamkeit in der Führung -- 5.4 Achtsamkeit in der Organisation -- Stichwortverzeichnis…”
Publicado 2023
Libro electrónico -
37886Publicado 2018Tabla de Contenidos: “…Introduction to reactive programming -- Spring Reactive -- ReactiveX -- Introduction to Command Query Responsibility Segregation -- Introduction to the Event Sourcing pattern -- Introduction to Eventual consistency -- Building an event-driven Reactive Asynchronous System -- Introducing Spring Cloud Streaming -- Adding Kafka to your application -- Installing and running Kafka -- Configuration properties for Kafka -- Service used to write to Kafka -- Rest API controller -- Listening to a Kafka topic -- Summary -- Chapter 10: Building Resilient Systems Using Hystrix and Turbine -- Circuit-breaker pattern -- Using the Hystrix library with a reference implementation -- Configuring Hystrix in your application -- Maven dependency -- Enabling circuit-breaker -- Adding the Hystrix annotation in services -- Error propagation -- Implementing a REST controller in customer service -- Building and testing customer service -- Customizing the default configuration -- Hystrix Metrics Stream -- Implementing Hystrix Dashboard in our project -- Turbine dashboard -- Turbine stream -- REST consumer with Hystrix and Feign -- Summary -- Chapter 11: Testing Spring Boot Application -- Test-driven development -- Unit testing -- Advantages -- Disadvantages -- Other mock libraries -- Integration testing -- Benefits of testing with Spring -- Activating profiles for a test class -- JUnit tests for the Spring Boot application -- Using Mockito for mocking services -- Postman for testing RESTful service contracts -- Summary -- Chapter 12: Containerizing Microservice -- Introducing containers to the microservice architecture -- Virtual machines versus containers -- Benefits of a container-oriented approach -- Drawbacks of a container-oriented approach -- Key concepts of the containers-oriented approach -- Getting started with Docker -- Installing Docker -- Installing Docker on Linux…”
Libro electrónico -
37887Tabla de Contenidos: “…-- Technical Goals -- Business Goals -- Access Goals -- Mapping Top-Level Requirements to Technical Requirements -- Maintaining a Network Requirements Repository -- FTTx Network Build Project Organization -- TECHNICAL REQUIREMENTS OVERVIEW -- Inside Plant Requirements -- FTTx Equipment -- General Networking Requirements -- Network Partitioning -- Sizing, Scaling, Resiliency, and Quality of Service in the Network -- Services Deployment Requirements -- Data Services -- Residential Data Service -- Commercial Data Services -- Another class of commercial service which is being rapidly deployed is Metro Ethernet service. …”
Libro electrónico -
37888Publicado 2010Tabla de Contenidos: “…5 Integrating Exchange Server 2010 in a Non-Windows Environment -- Synchronizing Directory Information with Forefront Identity Manager (FIM) -- Managing Identity Information Between LDAP Directories and Exchange Server 2010 -- Using Services for UNIX to Integrate UNIX Systems with an Active Directory/Exchange Server 2010 Environment -- Understanding the Identity Management for UNIX Components -- Administrative Improvements with Windows Server 2008 -- Summary -- Best Practices -- 6 Understanding Network Services and Active Directory Domain Controller Placement for Exchange Server 2010 -- Domain Name System and Its Role in Exchange Server 2010 -- Outlining the Types of DNS Servers -- Examining DNS Components -- Using DNS to Route SMTP Mail in Exchange Server 2010 -- Understanding DNS Requirements for Exchange Server 2010 -- Configuring DNS to Support Exchange Servers -- Troubleshooting DNS Problems -- Global Catalog and Domain Controller Placement -- Examining the Role of Domain Controllers in AD -- Defining the Global Catalog -- Exploring DSAccess, DSProxy, and the Categorizer -- Understanding AD Functionality Modes and Their Relationship to Exchange Server Groups -- Summary -- Best Practices -- Part III: Implementing Exchange Server 2010 Services -- 7 Installing Exchange Server 2010 -- Understanding the Exchange Server 2010 Server Roles -- Understanding the Prerequisites for Exchange Server 2010 -- Understanding High Availability and Site Resilience in Exchange Server 2010 -- Exchange Server 2010 Hardware Requirements -- Understanding the Active Directory Requirements for Exchange Server 2010 -- Understanding Role Based Access Control -- Planning Your Exchange Server 2010 Installation -- Deploying Active Directory from Scratch -- Preparing Your Environment for Exchange Server 2010 -- Installing Exchange Server 2010 -- Finalizing the Deployment…”
Libro electrónico -
37889Project managementProject Management For DummiesPublicado 2022Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Part 1 Getting Started with Project Management -- Chapter 1 Project Management: The Key to Achieving Results -- Determining What Makes a Project a Project -- Understanding the three main components that define a project -- Recognizing the diversity of projects -- Describing the four phases of a project life cycle -- Adopting a Principled Approach to Project Management -- Starting with stewardship and leadership -- Continuing with team and stakeholders -- Delivering value and quality -- Handling complexity, opportunities, and threats -- Exhibiting adaptability and resilience -- Thinking holistically and enabling change -- What Happened to Process Groups and Knowledge Areas? …”
Libro electrónico -
37890Publicado 2023Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedications -- Contributors -- Table of Contents -- Part 1: Migrating to the Cloud -- Chapter 1: Introduction to Cloud Transformation -- Introduction to the cloud -- The origins of cloud computing -- Key characteristics of cloud computing -- On-demand self-service -- Wide range of network access -- Multi-tenant model and resource pooling -- Rapid elasticity -- PAYG model -- Measured service and reporting -- Understanding the motivators for cloud adoption -- Resilience -- Advanced security -- Carbon footprint reduction -- Improved optimization and efficiency -- Faster innovation and business agility -- Understanding CSPs -- Amazon Web Services (AWS) -- Microsoft Azure -- Google Cloud Platform -- Alibaba Cloud -- Exploring the service models - SaaS, PaaS, and IaaS -- Infrastructure as a Service (IaaS) -- Platform as a Service (PaaS) -- Software as a service (SaaS) -- Exploring the deployment models - public, private, hybrid, multi, and community -- The public cloud -- The private cloud -- The hybrid cloud -- Multi-cloud -- The community cloud -- Comparison between the different cloud deployment models -- Summary -- Further reading -- Chapter 2: Understanding Cloud Migration -- Cloud migration - key concepts and fundamentals -- What is cloud migration? …”
Libro electrónico -
37891Publicado 2024Tabla de Contenidos: “…Models of delivery -- A case study -- Practical scenario - step-by-step smart energy monitoring and management system -- Requirements -- Connection diagram -- Setting up and connecting the hardware -- Configuring the connection for the access point -- Summary -- Further reading -- Chapter 6: Creating Applications on the Edge -- Technical requirements -- TensorFlow -- Edge computing fundamentals and its benefits for IoT -- Edge computing architecture -- Benefits of edge computing -- A sample edge computing exercise -- Requirements of IoT for edge computing -- Resource management -- The three laws of IoT -- Optimizing edge computing on networks -- Strategies for optimizing edge computing workloads -- Evaluating edge networks -- Smart city case study -- Practical - smart traffic control with edge computing -- Assembling the circuit -- Writing the code -- Testing the system -- Summary -- Further reading -- Chapter 7: Working with Cloud Computing to Power IoT Solutions -- Technical requirements -- Setting up your AWS account -- Fundamentals of cloud computing with IoT -- The main advantages of cloud computing -- Cloud computing deployment models -- Services to work with for IoT -- Identity Access Manager (IAM) -- Amazon Elastic Compute Cloud (Amazon EC2) -- AWS IoT Core -- AWS IoT Greengrass -- AWS IoT SiteWise -- AWS Lambda -- Amazon Simple Queue Service (SQS) -- Amazon Simple Notification Service (SNS) -- Other notable AWS services for IoT -- A practical exercise utilizing the services -- Optimizing for resilience and low latency -- A simple architecture -- Evaluating your solution -- Practical-creating a cloud proximity detector -- Assembling the circuit -- Writing the code -- Testing the installation -- Troubleshooting and optimization -- Summary -- Further reading -- Chapter 8: Designing for Interoperability -- Technical requirements…”
Libro electrónico -
37892Publicado 2024Tabla de Contenidos: “…Modeling data for operational performance -- Nodes, edges, and aggregates -- Sharding and partition keys -- Single table design examples -- Restaurant service -- Customer service -- Cart service -- Delivery service -- Leveraging change data capture -- Database-first event sourcing -- Soft deletes -- Latching -- Summary -- Chapter 6: A Best Friend for the Frontend -- Focusing on user activities -- A BFF service is responsible for a single user activity -- A BFF service is owned by the frontend team -- A BFF service is decoupled, autonomous, and resilient -- Dissecting the Backend for Frontend pattern -- Datastore -- API gateway -- Query and command functions -- Listener function -- Trigger function -- Dissecting function-level nano architecture -- Models -- Connectors -- Handlers -- Choosing between REST and GraphQL -- REST -- GraphQL -- Implementing different kinds of BFF services -- CRUD BFF services -- List-of-values (Lov) BFF services -- Task BFF services -- Search BFF services -- Action BFF services -- Dashboard BFF services -- Reporting BFF services -- Archive BFF services -- Summary -- Chapter 7: Bridging Intersystem Gaps -- Creating an anti-corruption layer -- Macro-level ports and adapters -- Substitution principle -- External bulkhead -- Dissecting the External Service Gateway pattern -- Connectivity -- Semantic transformation -- Ingress -- Egress -- Packaging -- Separate cloud accounts -- Integrating with third-party systems -- Egress - API call -- Ingress - webhook -- Asynchronous request response -- Synchronous ESG/BFF hybrid -- Integrating with other subsystems -- Egress - upstream subsystem -- Ingress - downstream subsystem -- Integrating across cloud providers -- Integrating with legacy systems -- Ingress - Change Data Capture -- Egress - Direct SQL -- Egress - circuit breaker -- Ingress - relay -- Providing an open API and SPI…”
Libro electrónico -
37893Publicado 2024Tabla de Contenidos: “…Cover -- Title page -- Copyright and credits -- Dedication -- Contributors -- Table of Contents -- Preface -- Part 1: Introduction to Multi-Cloud and Cloud-Native -- 1 -- Chapter 1: Discovering the Multi-Cloud and Cloud-Native Universe -- The evolution of application development -- The monolithic era -- The advent of SOA -- Microservices and containers -- The rise of cloud computing -- Cloud computing service categories -- Benefits of cloud computing -- The emergence of multi-cloud and its distinction from hybrid cloud -- Multi-cloud versus hybrid cloud -- Understanding the significance of multi-cloud -- Challenges of multi-cloud -- Evolution of cloud-native development -- The cloud-native advantage -- Overcoming cloud-native challenges -- When cloud-native meets multi-cloud -- The synergy between cloud-native and multi-cloud -- Overcoming challenges -- The cultural shift in development -- Summary -- 2 -- Chapter 2: Building the Backbone of Cloud-Native Applications -- The cloud-native stack -- Principles of cloud-native architecture -- The Twelve-Factor App - a quick walk-through -- Microservices architecture -- Statelessness and immutability -- APIs and service discovery -- Scalability and elasticity -- Resilience and fault tolerance -- Cloud-native application architecture -- Components of a cloud-native application - the building blocks -- Summary -- Part 2: Designing and Developing Cloud-Native Applications for Multi-Cloud -- 3 -- Chapter 3: Designing for Diversity with Multi-Cloud Application Strategies -- Cloud-native design patterns -- Designing for multi-cloud -- Understanding multi-cloud architecture -- Key principles of multi-cloud application design -- Role of domain-driven design -- Importance of an API-first approach -- Selecting the right technologies for a cloud-native foundation -- Data management in multi-cloud…”
Libro electrónico -
37894por Jay, RabiTabla de Contenidos: “…Becoming Agile and Scalable by Moving Data Centers Into the Cloud -- Building a Resilient System by Embracing Cloud-Native Principles -- Impact of Cloud-First Thinking on DevOps, Agile Development, and Machine Learning -- Becoming an AI-First Company: From Cloud Adoption to Thrilling Customer Experiences -- Case Study 3: Netflix and the Path Companies Take to Become World-Class -- Cloud and AI Technology: A Game-Changer for Netflix's Business Model and Success -- Cloud Infrastructure and AI Adoption Drives Process Transformation -- Process Transformation Drives Organizational Change -- Workbook Template - AI Case Study -- Summary -- Review Questions -- Answer Key -- Part II Strategizing and Assessing for AI -- Chapter 3 Addressing the Challenges with Enterprise AI -- Challenges Faced by Companies Implementing Enterprise-wide AI -- Business-Related Challenges -- Data- and Model-Related Challenges -- Platform-Related Challenges -- How Digital Natives Tackle AI Adoption -- They Are Willing to Take Risks -- They Have an Advantage in Data Collection and Curation Capabilities -- They Attract Top Talent Through Competitive Compensation and Perks -- Get Ready: AI Transformation Is More Challenging Than Digital Transformation -- Complexities of Skill Sets, Technology, and Infrastructure Integration -- The Importance of Data Infrastructure and Governance -- Change Management to Redefine Work Processes and Employee Mindsets -- Regulatory Concerns: Addressing Bias, Ethical, Privacy, and Accountability Risks -- Choosing Between Smaller PoC Point Solutions and Large-Scale AI Initiatives -- The Challenges of Implementing a Large-Scale AI Initiative -- Navigate the Moving Parts, Stakeholders, and Technical Infrastructure -- Resource Allocation Challenges in Large-Scale AI Initiatives -- Overcome Resistance to Change…”
Publicado 2024
Libro electrónico -
37895Publicado 2024Tabla de Contenidos: “…-- Select Graphics that Support Learning -- Some Ways to Use Graphics to Promote Learning -- Graphics as Content Organizers -- Graphics to Show Quantitative Relationships -- Graphics as Lesson Interfaces -- Psychological Reasons for the Multimedia Principle -- Evidence for Using Words and Pictures -- The Multimedia Principle Is Resilient -- Learners Often Misjudge the Value of Graphics -- The Multimedia Principle Works Best for Novices -- Should You Change Static Illustrations into Animations? …”
Libro electrónico -
37896por Birt, NateTabla de Contenidos: “…Crest-climbing insight No. 4: Your flawed fear needs a free ride home -- Crest-climbing insight No. 5: You can't climb all the hills today -- Great social impact communicators build a resilient mindset to keep going in the face of adversity -- Act with integrity -- Lead with humility -- Be scientific in your approach -- Stay skeptical -- Communicate with transparency and openness -- After your hike past the crest, learn to navigate the cloud forest beyond -- Wait -- Analyze -- Take Gratitude -- Evaluate Options -- Run Again -- The watchout and the opportunity -- Key Questions -- Chapter 6: Secret #6: Highly effective social impact communicators ... cede perfection to the messy reality of change-making -- How messy looks for social impact communicators -- Paint the vision, not Van Gogh -- Why you should embrace satisfied persistence rather than perfection -- Stop trying to tie up all the loose ends -- Move ahead instead of around in circles -- When the dust flies, remember it will settle -- Capture attention and direct focus rather than sowing chaos -- Turn panic into peaceful action -- Guard the silent moments -- Engage in regular conversation that sparks ideas and opportunities -- Trade predictability for adaptability -- Key Questions -- Chapter 7: Secret #7: Highly effective social impact communicators ... build personal and professional legacies that outlive them and their careers -- First principles of legacy building for social impact communicators -- Principle No. 1: Legacy is the ripple effect of our actions -- Principle No. 2: Legacy is shiftable, not set in stone -- Principle No. 3: Legacy exists beyond our lifetime -- Principle No. 4: Legacy can be a blessing or a byword -- Principle No. 5: Legacy persists in the background -- How you can create a legacy that outlives you -- Legacy Builder 1: Give away your grace and mercy liberally…”
Publicado 2023
Libro electrónico -
37897Publicado 1996Tabla de Contenidos: “…Pullés, M.A. del Campo -- Noves benzineres vinculades a les Rondes: estudi de treball, Barcelona Regional -- Millores dotacionals en el conjunt històric de l'Eixample: modificació del pla general metropolità, Arq. …”
Libro -
37898Publicado 2018Tabla de Contenidos: “…Chapter 2: Build a Breast Cancer Prognosis Pipeline with the Power of Spark and Scala -- Breast cancer classification problem -- Breast cancer dataset at a glance -- Logistic regression algorithm -- Salient characteristics of LR -- Binary logistic regression assumptions -- A fictitious dataset and LR -- LR as opposed to linear regression -- Formulation of a linear regression classification model -- Logit function as a mathematical equation -- LR function -- Getting started -- Setting up prerequisite software -- Implementation objectives -- Implementation objective 1 - getting the breast cancer dataset -- Implementation objective 2 - deriving a dataframe for EDA -- Step 1 - conducting preliminary EDA -- Step 2 - loading data and converting it to an RDD[String] -- Step 3 - splitting the resilient distributed dataset and reorganizing individual rows into an array -- Step 4 - purging the dataset of rows containing question mark characters -- Step 5 - running a count after purging the dataset of rows with questionable characters -- Step 6 - getting rid of header -- Step 7 - creating a two-column DataFrame -- Step 8 - creating the final DataFrame -- Random Forest breast cancer pipeline -- Step 1 - creating an RDD and preprocessing the data -- Step 2 - creating training and test data -- Step 3 - training the Random Forest classifier -- Step 4 - applying the classifier to the test data -- Step 5 - evaluating the classifier -- Step 6 - running the pipeline as an SBT application -- Step 7 - packaging the application -- Step 8 - deploying the pipeline app into Spark local -- LR breast cancer pipeline -- Implementation objectives -- Implementation objectives 1 and 2 -- Implementation objective 3 - Spark ML workflow for the breast cancer classification task -- Implementation objective 4 - coding steps for building the indexer and logit machine learning model…”
Libro electrónico -
37899Publicado 2022Tabla de Contenidos: “…The NoSQL Database -- The NewSQL Database -- Thinking about Tradeoffs -- Cloud Storage -- Data Warehouses and the Data Lake -- The Data Warehouse -- The ETL Job -- The Data Lake -- The Data Pipeline Architecture -- The Data Pipeline -- Workflow Orchestration -- The Data Catalog -- Data Lineage -- Stream Processing -- Interprocess Communication -- Network Queues -- From Distributed Queues to Repayable Message Queues -- Fault-Tolerance and Reliability -- Kafka's Distributed Architecture -- Kafka Records -- Brokers -- Why Stream Processing Matters -- Summary -- Chapter 2: Getting Started with Apache Spark -- The Apache Spark Architecture -- The MapReduce Paradigm -- Mappers -- Durable and Safe Acyclic Execution -- Reducers -- From Data Isolation to Distributed Datasets -- The Spark Programming Model -- Did You Never Learn to Share? -- The Resilient Distributed Data Model -- The Spark Application Architecture -- The Role of the Driver Program -- The Role of the Cluster Manager -- Bring Your Own Cluster -- The Role of the Spark Executors -- The Modular Spark Ecosystem -- The Core Spark Modules -- From RDDs to DataFrames and Datasets -- Getting Up and Running with Spark -- Installing Spark -- Downloading Java JDK -- Downloading Scala -- Downloading Spark -- Taking Spark for a Test Ride -- The Spark Shell…”
Libro electrónico -
37900por OECDTabla de Contenidos: “…Des services d'intérêt général adéquats sont nécessaires pour équiper le secteur agricole dans la perspective des défis à venir -- Mieux cibler le soutien aux producteurs est également essentiel pour atteindre les objectifs assignés au secteur -- Le recours aux formes de soutien les plus génératrices de distorsions mine les efforts déployés pour améliorer la productivité et la durabilité dans le secteur agricole -- Les systèmes de gestion des risques devraient renforcer la résilience des producteurs face aux chocs météorologiques, aux chocs du marché et à d'autres crises -- Notes -- Références -- Aperçus par pays -- Chapitre 2. …”
Publicado 2018
Libro electrónico