3 enterprise GitHub projects from Facebook

These open source projects can make your life easier

3 enterprise GitHub projects from Facebook
Reto Scheiwiller / XResch (CC0)

Open source is everywhere, and quickly becoming the new norm for how companies approach software development. Here are some open source projects on GitHub created by Facebook that can help make life easier for IT teams.

OSquery

Find it at https://github.com/facebook/osquery

What it does: osquery is an operating system instrumentation framework for MacOS, Windows, and Linux. It makes low-level operating system analytics and monitoring both performant and intuitive.

Why is it useful: OSquery exposes operating systems as high-performance relational databases, allowing you to write SQL-based queries to explore operating system data. SQL tables represent abstract concepts such as running processes, loaded kernel modules, open network connections, browser plugins, hardware events, and file hashes.

Presto

Find it at https://github.com/prestodb/presto

What it does: Presto is a distributed SQL query engine for running interactive analytic queries against data sources of all sizes.

Why is it useful: Presto allows querying data where it lives, including Hive, Cassandra, relational databases, anf proprietary data stores. A single Presto query can combine data from multiple sources, allowing for analytics across your entire organization.

Flow

Find it at https://github.com/facebook/flow

What it does: Flow is a static type checker for JavaScript.

Why is it useful: Flow catches common bugs in JavaScript programs—silent type conversions, null dereferences, etc.—often without requiring any changes to your code. It also adds type syntax to JavaScript, so that developers can express invariants about their code and have them maintained automatically.

This story, "3 enterprise GitHub projects from Facebook" was originally published by IDG Connect.

Related:

Copyright © 2018 IDG Communications, Inc.