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

..--

aclocal/11-Mar-2024-485428

cpp/11-Mar-2024-1,008530

if/11-Mar-2024-11495

java/11-Mar-2024-321219

php/11-Mar-2024-9049

py/11-Mar-2024-391209

LICENSED11-Mar-2024749 1714

Makefile.amD11-Mar-20241 KiB4718

README.mdD11-Mar-20241.2 KiB3829

TClientInfo.cppD11-Mar-20245.1 KiB179132

TClientInfo.hD11-Mar-20249.7 KiB321125

acinclude.m4D11-Mar-20245.6 KiB259247

bootstrap.shD11-Mar-2024898 274

configure.acD11-Mar-20245.4 KiB165135

global_footer.mkD11-Mar-2024819 221

global_header.mkD11-Mar-20241.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