GithubHelp home page GithubHelp logo

blogcomment's People

Watchers

 avatar  avatar

blogcomment's Issues

2021-09-28-kafka笔记 | Abel'Blog

https://swordhell.github.io/2021/09/28/2021/2021-09-28-kafka%E7%AC%94%E8%AE%B0/#more

简介Kafka是由Apache软件基金会开发的一个开源流处理平台,由Scala和Java编写。Kafka是一种高吞吐量的分布式发布订阅消息系统,它可以处理消费者在网站中的所有动作流数据。 这种动作(网页浏览,搜索和其他用户的行动)是在现代网络上的许多社会功能的一个关键因素。 这些数据通常是由于吞吐量的要求而通过处理日志和日志聚合来解决。 对于像Hadoop一样的日志数据和离线分析系统,但又要求实时

关于学习 | Abel'Blog

https://swordhell.github.io/2022/04/24/%E5%85%B3%E4%BA%8E%E5%AD%A6%E4%B9%A0/#more

简介如果不学习,人迟早会落后。我这里收集一些学习相关的方法,在今后工作、生活中也能用到。内容都是非常主观的一些想法,可能总结的内容是他人觉得是常识而已。如同陈丹青采访里面说的,有人问他如何学美术,他说问这个问题的人,就学不好。学画画要有一点点动物性,就是一天到头都在画就好了。拦不住的。

Recast-GetStart | Abel'Blog

https://swordhell.github.io/2020/11/22/Recast-GetStart/

Recast-入门Recast-Navigation 在做3d游戏的时候,用于做导航的在Unity3D、Unreal Engine都可以使用。当前使用 unreal 4.25 1. Recast工程介绍RecastNavigation 是一个的导航寻路工具集,它包括了几个子集: 1234Recast:负责根据提供的模型生成导航网格。Detour:利用导航网格做寻路操作。这里的导航网格可以是 Rec

2022-05-04-Redis-Streams-译 | Abel'Blog

https://swordhell.github.io/2022/05/04/2022/2022-05-04-Reids-Streams/#more

概述在Redis5.0(GA October 2018)之后提供的了流这个数据结构,在许多抽象方式中当成数据结构。它是在设计在多种抽象方式中的一个log数据结构。尽管日志本质上依然完备:类似日志文件一样,经常实现类似以append-only模式打开的的文件。Redis Streams首先是一个只能追加的数据结构。由于是一种内存抽象数据类型,至少在理论上,因此实现了强大操作来克服日志文件的限制。

2021-07-19-go-etcd阅读笔记 | Abel'Blog

https://swordhell.github.io/2021/07/19/2021/2021-07-19-etcd-learn/#more

简介etcd是CoreOS团队于2013年6月发起的开源项目,是一个分布式、可靠 key-value 存储的分布式系统。当然,它不仅仅用于存储,还提供共享配置及服务发现。 向etcd 注册 该服务(其实就是 存一个值)然后向etcd 发送心跳,当etcd 没有检测到心跳就会 把这个键值对 删了(这整个动作是etcd里的租约模式),网关那边 就只需要 watch 这个 key ,就能够知道 所有服务

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.