thrift/contrib/fb303
2018-12-28 07:46:47 -05:00
..
aclocal THRIFT-2849: spelling errors fixed using codespell tool 2014-11-24 10:55:31 +01:00
cpp THRIFT-4417: Fix broken fb303 build, that occurred after conversion to stdcxx::shared_ptr 2017-12-09 12:25:00 -05:00
if THRIFT-3933 Microsoft .Net Core library port and generator for this library 2017-01-04 19:40:30 +01:00
java THRIFT-4546: replace all git-wip-us.apache.org to github.com 2018-12-28 07:46:47 -05:00
php THRIFT-387. Add license headers to a bunch of files 2009-03-30 21:35:00 +00:00
py THRIFT-4309: Python print() function 2017-09-24 06:04:15 -07:00
acinclude.m4 THRIFT-387. Add license to a bunch of fb303 files 2009-03-30 22:52:51 +00:00
bootstrap.sh THRIFT-387. Add license to a bunch of fb303 files 2009-03-30 22:52:51 +00:00
configure.ac Thrift-2467: Unable to build contrib/fb303 on OSX 10.9.2 2014-06-30 22:45:28 -04:00
global_footer.mk THRIFT-387. Add license to a bunch of fb303 files 2009-03-30 22:52:51 +00:00
global_header.mk THRIFT-387. Add license to a bunch of fb303 files 2009-03-30 22:52:51 +00:00
LICENSE THRIFT-387. Add license headers to a bunch of files 2009-03-30 21:35:00 +00:00
Makefile.am Thrift-1715: Allow excluding libraries in fb303 configure 2013-03-23 22:38:48 -04:00
README.md THRIFT-2407 use markdown (rename README => README.md) 2014-03-19 06:47:47 +01:00
TClientInfo.cpp THRIFT-3067 C++ cppcheck performance related warnings 2015-04-26 17:00:04 +02:00
TClientInfo.h THRIFT-2849: spelling errors fixed using codespell tool 2014-11-24 10:55:31 +01: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