• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..11-Oct-2019-

aclocal/H11-Oct-2019-485428

cpp/H11-Oct-2019-1,013535

if/H11-Oct-2019-11495

java/H11-Oct-2019-321219

php/H11-Oct-2019-9049

py/H11-Oct-2019-391209

LICENSEH A D11-Oct-2019749 1714

Makefile.amH A D11-Oct-20191 KiB4718

README.mdH A D11-Oct-20191.2 KiB3829

TClientInfo.cppH A D11-Oct-20195.1 KiB179132

TClientInfo.hH A D11-Oct-20199.7 KiB321125

acinclude.m4H A D11-Oct-20195.6 KiB259247

bootstrap.shH A D11-Oct-2019898 274

configure.acH A D11-Oct-20195.4 KiB165135

global_footer.mkH A D11-Oct-2019819 221

global_header.mkH A D11-Oct-20191.2 KiB3912

README.md

1Project FB303: The Facebook Bassline
2------------------------------------
3
4* Curious about the 303? *
5http://en.wikipedia.org/wiki/Roland_TB-303
6
7* Why the name? *
8The TB303 makes bass lines.
9.Bass is what lies underneath any strong tune.
10..fb303 is the shared root of all thrift services.
11...fb303 => FacebookBase303.
12
13* How do I use this? *
14Take a look at the examples to see how your backend project can
15and should inherit from this service.
16
17* What does it provide? *
18A standard interface to monitoring, dynamic options and configuration,
19uptime reports, activity, etc.
20
21* I want more. *
22Think carefully first about whether the functionality you are going to add
23belongs here or in your application. If it can be abstracted and is generally
24useful, then it probably belongs somewhere in the fb303 tree. Keep in mind,
25not every product has to use ALL the functionality of fb303, but every product
26CANNOT use functionality that is NOT in fb303.
27
28* Is this open source? *
29Yes. fb303 is distributed under the Thrift Software License. See the
30LICENSE file for more details.
31
32* Installation *
33fb303 is configured/built/installed similar to Thrift.  See the README
34in the Thrift root directory for more information.
35
36* Who wrote this README? *
37mcslee@facebook.com
38