Giter Site home page Giter Site logo

jhellerstein / fluent Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ucbrise/fluent-old

0.0 3.0 0.0 1.45 MB

Bloom + C++

Shell 0.31% CMake 0.47% C 0.02% C++ 13.29% HTML 0.10% Python 0.97% JavaScript 84.43% CSS 0.38% Protocol Buffer 0.01% Makefile 0.02%

fluent's Introduction

Fluent Build Status

Fluent = Bloom + C++.

Getting Started

There are a handful of things you'll have to install for yourself:

  1. Some miscellaneous dependencies: libtool.
  2. A C++ compiler that supports C++14. If you're trying to install an up-to-date g++ on linux, this tutorial might be helpful. If you're tying to install an up-to-date clang++ on linux, this site might be useful.
  3. CMake version 3.0 or better.
  4. PostgreSQL and libpq.
  5. Redis, libhiredis (sudo apt-get install libhiredis-dev), and libev (sudo apt-get install libev-dev).

Once you have these installed, then just build the code! The build process will install and build the rest of the dependencies for you!

# Building
./scripts/build.sh Debug     # build the code in debug mode
./scripts/build.sh Release   # build the code in release mode
./scripts/build.sh Debug 4   # build the code in debug mode with 4 cores
./scripts/build.sh Release 4 # build the code in release mode with 4 cores

# Testing
./build/bin/ra_logical_cross_test # run a test
./build/bin/common_macros_test    # run another test
(cd build && ctest -L UNITTEST)   # run all the tests

# Benchmarking
./build/bin/ra_physical_iterable_bench # run a benchmark
(cd build && ctest -L BENCHMARK)       # run all the benchmarks

# Generating Tags
./scripts/generate_tags.sh

# Everything
./scripts/build.sh Debug 4 && \
    ./scripts/generate_tags.sh && \
    (cd build && make test)

# Run a chat server listening on port 8000.
./build/bin/examples_chat_noop_server 'tcp://*:8000'

# Run a chat client on port 8001 with nickname "zardoz"
./build/bin/examples_chat_noop_client \
    tcp://0.0.0.0:8000 tcp://0.0.0.0:8001 zardoz

Design Documents

For more detailed documentation describing Fluent, refer to the following documents:

fluent's People

Contributors

cw75 avatar jhellerstein avatar mwhittaker avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.