australis/vendor/git.apache.org/thrift.git/contrib/fb303
Renan DelValle 6ab5c9334d
gorealis v2 refactor (#5)
* Changing default timeout for start maintenance.

* Upgrading dependencies to gorealis v2 and thrift  0.12.0

* Refactored to update to gorealis v2.
2018-12-27 11:31:51 -08:00
..
aclocal Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
cpp gorealis v2 refactor (#5) 2018-12-27 11:31:51 -08:00
if gorealis v2 refactor (#5) 2018-12-27 11:31:51 -08:00
java gorealis v2 refactor (#5) 2018-12-27 11:31:51 -08:00
php Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
py gorealis v2 refactor (#5) 2018-12-27 11:31:51 -08:00
bootstrap.sh Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
configure.ac Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
global_footer.mk Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
global_header.mk Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
LICENSE Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
Makefile.am Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
README.md Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
TClientInfo.cpp Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
TClientInfo.h Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00

Project FB303: The Facebook Bassline

  • Curious about the 303? * http://en.wikipedia.org/wiki/Roland_TB-303

  • Why the name? * The TB303 makes bass lines. .Bass is what lies underneath any strong tune. ..fb303 is the shared root of all thrift services. ...fb303 => FacebookBase303.

  • How do I use this? * Take a look at the examples to see how your backend project can and should inherit from this service.

  • What does it provide? * A standard interface to monitoring, dynamic options and configuration, uptime reports, activity, etc.

  • I want more. * Think carefully first about whether the functionality you are going to add belongs here or in your application. If it can be abstracted and is generally useful, then it probably belongs somewhere in the fb303 tree. Keep in mind, not every product has to use ALL the functionality of fb303, but every product CANNOT use functionality that is NOT in fb303.

  • Is this open source? * Yes. fb303 is distributed under the Thrift Software License. See the LICENSE file for more details.

  • Installation * fb303 is configured/built/installed similar to Thrift. See the README in the Thrift root directory for more information.

  • Who wrote this README? * mcslee@facebook.com