TwitterServer

Twitter-Server 定义了一个模板,Twitter 上的服务就是从这个模板构建的。「Twitter-Server defines a template from which services at Twitter are built」

  • Owner: twitter/twitter-server
  • Platform:
  • License:: Apache License 2.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

TwitterServer

TwitterServer 定义了一个模板,用于构建 Twitter 上的服务器。它提供常见的应用程序组件,如管理 HTTP 服务器、跟踪、统计等。这些特性被正确地连接起来,以便在 Twitter 的生产环境中使用。

状态

这个项目被用于 Twitter(和许多其他组织)的生产中, 并正在积极开发和维护。

文档

浏览用户指南

发布

发布(Releases)大约按月进行。虽然没有遵循 semver,但是changelogs 非常详细,包括关于公共 API 中断和运行时行为更改的部分。

参与

贡献

我们认为一个受欢迎的社区是很重要的,我们要求你在与社区的所有互动中遵循 Twitter 的开源行为准则。

该存储库的主分支包含 TwitterServer 的最新稳定版本,每周的快照都发布到 develop 分支。一般来说,拉请求应该针对 develop 提交。有关如何贡献的更多详细信息,请参见 CONTRIBUTING.md

Overview

Name With Ownertwitter/twitter-server
Primary LanguageScala
Program languageScala (Language Count: 6)
Platform
License:Apache License 2.0
Release Count83
Last Release Nametwitter-server-23.11.0 (Posted on )
First Release Nametwitter-server-1.9.0 (Posted on )
Created At2013-04-22 19:34:36
Pushed At2024-03-30 02:07:56
Last Commit At
Stargazers Count1.5k
Watchers Count191
Fork Count264
Commits Count1k
Has Issues Enabled
Issues Count39
Issue Open Count1
Pull Requests Count0
Pull Requests Open Count1
Pull Requests Close Count36
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

TwitterServer

Build status
Codecov
Project status
Gitter
Maven Central

TwitterServer defines a template from which servers at Twitter are
built. It provides common application components such as an
administrative HTTP server, tracing, stats, etc. These features are
wired in correctly for use in production at Twitter.

Status

This project is used in production at Twitter (and many other organizations),
and is being actively developed and maintained.

Documentation

Browse the user guide.

Releases

Releases
are done on an approximately monthly schedule. While semver
is not followed, the changelogs are detailed and include sections on
public API breaks and changes in runtime behavior.

Getting involved

Contributing

We feel that a welcoming community is important and we ask that you follow Twitter's
Open Source Code of Conduct
in all interactions with the community.

The master branch of this repository contains the latest stable release of
TwitterServer, and weekly snapshots are published to the develop branch. In general
pull requests should be submitted against develop. See
CONTRIBUTING.md
for more details about how to contribute.

To the top