{"id":20389697,"url":"https://github.com/flipkart/foxtrot","last_synced_at":"2025-12-12T01:09:03.106Z","repository":{"id":17212044,"uuid":"19980663","full_name":"Flipkart/foxtrot","owner":"Flipkart","description":"A store abstraction and analytics system for real-time event data.","archived":false,"fork":false,"pushed_at":"2023-12-16T20:27:09.000Z","size":12505,"stargazers_count":15,"open_issues_count":23,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T05:51:07.452Z","etag":null,"topics":["alerting","analytics","data-engineering","data-science","data-visualization","elasticsearch","hbase","java","monitoring"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Flipkart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"support/images/FQL-UI.png","governance":null,"roadmap":null,"authors":null}},"created_at":"2014-05-20T12:52:55.000Z","updated_at":"2025-02-17T10:33:55.000Z","dependencies_parsed_at":"2022-09-18T06:16:43.120Z","dependency_job_id":"cd39c17a-d063-481a-8c2d-13a4e32f97e4","html_url":"https://github.com/Flipkart/foxtrot","commit_stats":{"total_commits":2187,"total_committers":37,"mean_commits":"59.108108108108105","dds":0.8363054412437129,"last_synced_commit":"2f062e492f19056eddd6a90db9ab84b4eafc8474"},"previous_names":["flipkart-incubator/foxtrot"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flipkart%2Ffoxtrot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flipkart%2Ffoxtrot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flipkart%2Ffoxtrot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flipkart%2Ffoxtrot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flipkart","download_url":"https://codeload.github.com/Flipkart/foxtrot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248557844,"owners_count":21124165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alerting","analytics","data-engineering","data-science","data-visualization","elasticsearch","hbase","java","monitoring"],"created_at":"2024-11-15T03:19:10.493Z","updated_at":"2025-12-12T01:09:02.998Z","avatar_url":"https://github.com/Flipkart.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Foxtrot [![Build Status](https://travis-ci.org/Flipkart/foxtrot.svg?branch=master)](https://travis-ci.org/Flipkart/foxtrot.svg?branch=master)\n=========\n\n[![Join the chat at https://gitter.im/Flipkart/foxtrot](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Flipkart/foxtrot?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nFoxtrot is a data store abstraction service for storing event data for real-time systems. It combines the power of fast row get/put by HBase and powerful indexing and aggregation features provided by Elasticsearch. Foxtrot provides:\n\n  - REST api's for event ingestion with batched input, simple analytics and other functionality\n  - SQL subset (FQL) for querying and running analytics on ingested events\n  - Reconfigurable console builder to build useful consoles that can be shared among people\n  - Intelligent caching of queries to load-balance on console heavy query loads\n  - A very extensible design that needs three annotated classes to be added to the source for adding a new kind of analytics operation\n\n##Web console and console builder\nFoxtrot has built in support for building, saving and managing your own custom consoles. Foxtrot container itself will host and render your console for you. The backend is optimized for serving aggregated views to large number of open monitoring consoles, without bringing the ES cluster to it's knees.\n\nThere are several customizable widgets including donuts, bars and trend views with support for filtering and visualizing the data that you need to see. \n\n![Console build using out of the box console builder and served by foxtrot](https://github.com/Flipkart/foxtrot/blob/master/support/images/FoxtrotScreen.png)\n  \n##Foxtrot query language\nBesides the console, foxtrot supports a SQL compatible query language for querying as well as running aggregations on the ingested events. FQL commands can be run on the foxtrot web console or (for the unix nerd in us) from the command line.\n\n![Command-line FQL output](https://github.com/Flipkart/foxtrot/blob/master/support/images/FQL.png)\n\n![Web console output](https://github.com/Flipkart/foxtrot/blob/master/support/images/FQL-UI.png)\n\nDocumentation\n-------------\nCheck the [Wiki](https://github.com/Flipkart/foxtrot/wiki/Introduction) for detailed documentation.\n\nVersion\n----\n6.8.8-1\n\nDocker\n------\nDocker can be found on [DockerHub](https://hub.docker.com/layers/santanusinha/foxtrot/6.8.8-1/images/sha256-01cb327eb0353d31874681ee9ece4df8993b2152dfd3fa7279a31e3d7e32ee7e?context=explore)\n\nDocker can be customised using environment variables. Refer [here](https://github.com/Flipkart/foxtrot/blob/simple_auth/config/docker.yml) for the variables that need to be passed.\n\nVolume mount the config file in a docker. And pass in the full path to file `CONFIG_PATH` environment variable. \n\nTech\n-----------\n\nFoxtrot uses a number of open source projects to work properly:\n\n* [Elasticsearch](http://www.elasticsearch.org/) - awesome distributed search query store based on lucene\n* [HBase](http://hbase.apache.org/) - distributed, scalable big data-store\n* [Hazelcast](http://hazelcast.org/) - distributed data grid\n* [Dropwizard](https://dropwizard.github.io/dropwizard/) - REST web services framework\n* [Twitter Bootstrap 3](http://getbootstrap.com/) - great UI boilerplate for modern web apps\n* [Bootstrap validator](https://github.com/1000hz/bootstrap-validator) - a form validation plugin for bootstrap\n* [Bootstrap select](http://silviomoreto.github.io/bootstrap-select/) - A ui selection widget for bootstrap\n* [Flot](http://www.flotcharts.org/) - superfast javascript charting library\n* [D3](http://d3js.org/) - data visualization library\n* [Handlebars](http://handlebarsjs.com/) - templating library\n* [jQuery](http://jquery.com) - backend API calls and DOM access\n* [jQuery UI](http://jqueryui.com) - extensible ui framework\n\nContribution, Bugs and Feedback\n-------------------------------\n\nFor bugs, questions and discussions please use the [Github Issues](https://github.com/Flipkart/foxtrot/issues).\n\nPlease follow the [contribution guidelines](https://github.com/Flipkart/foxtrot/blob/master/CONTRIBUTING.md) when submitting pull requests.\n\n\nLICENSE\n-------\n\nCopyright 2014 Flipkart Internet Pvt. Ltd.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflipkart%2Ffoxtrot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflipkart%2Ffoxtrot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflipkart%2Ffoxtrot/lists"}