{"id":13699823,"url":"https://github.com/jubatus/jubatus","last_synced_at":"2025-05-04T17:30:57.470Z","repository":{"id":142060553,"uuid":"2645030","full_name":"jubatus/jubatus","owner":"jubatus","description":"Framework and Library for Distributed Online Machine Learning","archived":false,"fork":false,"pushed_at":"2019-05-16T05:18:48.000Z","size":11029,"stargazers_count":708,"open_issues_count":4,"forks_count":140,"subscribers_count":88,"default_branch":"master","last_synced_at":"2025-04-23T05:05:27.667Z","etag":null,"topics":["c-plus-plus","distributed","machine-learning","ml"],"latest_commit_sha":null,"homepage":"http://jubat.us/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jubatus.png","metadata":{"files":{"readme":"README.rst","changelog":"ChangeLog.rst","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2011-10-25T17:24:50.000Z","updated_at":"2025-02-22T22:13:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"88b4e039-92ff-45b8-9797-8d07dd8867f9","html_url":"https://github.com/jubatus/jubatus","commit_stats":null,"previous_names":[],"tags_count":73,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jubatus%2Fjubatus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jubatus%2Fjubatus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jubatus%2Fjubatus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jubatus%2Fjubatus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jubatus","download_url":"https://codeload.github.com/jubatus/jubatus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252371660,"owners_count":21737374,"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":["c-plus-plus","distributed","machine-learning","ml"],"created_at":"2024-08-02T20:00:44.137Z","updated_at":"2025-05-04T17:30:56.895Z","avatar_url":"https://github.com/jubatus.png","language":"C++","funding_links":[],"categories":["Distributed Computing","C++"],"sub_categories":["Synthetic Data","NLP"],"readme":"Jubatus\n=======\n\n.. image:: https://api.travis-ci.org/jubatus/jubatus.svg?branch=master\n    :target: https://api.travis-ci.org/jubatus/jubatus\n\nThe Jubatus library is an online machine learning framework which runs in distributed environment.\n\nSee http://jubat.us/ for details.\n\nQuick Start\n-----------\n\nWe officially support Red Hat Enterprise Linux (RHEL) 6.2 or later (64-bit) and Ubuntu Server 14.04 LTS / 16.04 LTS / 18.04 LTS (64-bit).\nOn supported systems, you can install all components of Jubatus using binary packages.\n\nSee `QuickStart \u003chttp://jubat.us/en/quickstart.html\u003e`_ for detailed description.\n\nRed Hat Enterprise Linux 6.2 or later (64-bit)\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nRun the following command to register Jubatus Yum repository to the system.\n\n::\n\n  // For RHEL 6\n  $ sudo rpm -Uvh http://download.jubat.us/yum/rhel/6/stable/x86_64/jubatus-release-6-2.el6.x86_64.rpm\n\n  // For RHEL 7\n  $ sudo rpm -Uvh http://download.jubat.us/yum/rhel/7/stable/x86_64/jubatus-release-7-2.el7.x86_64.rpm\n\nThen install ``jubatus`` and ``jubatus-client`` package.\n\n::\n\n  $ sudo yum install jubatus jubatus-client\n\nNow Jubatus is installed in ``/usr/bin/juba*``.\n\n::\n\n  $ jubaclassifier -f /usr/share/jubatus/example/config/classifier/pa.json\n\nUbuntu Server (64-bit)\n~~~~~~~~~~~~~~~~~~~~~~\n\nWrite the following line to ``/etc/apt/sources.list.d/jubatus.list`` to register Jubatus Apt repository to the system.\n\n::\n\n  // For Ubuntu 12.04 (Precise) - Deprecated (unsupported)\n  deb http://download.jubat.us/apt/ubuntu/precise binary/\n\n  // For Ubuntu 14.04 (Trusty)\n  deb http://download.jubat.us/apt/ubuntu/trusty binary/\n\n  // For Ubuntu 16.04 (Xenial)\n  deb http://download.jubat.us/apt/ubuntu/xenial binary/\n\n  // For Ubuntu 18.04 (Bionic)\n  deb [trusted=yes] http://download.jubat.us/apt/ubuntu/bionic/binary /\n\nNow install ``jubatus`` package.\n\n::\n\n  $ sudo apt-get update\n  $ sudo apt-get install jubatus\n\nNow Jubatus is installed in ``/opt/jubatus/bin/juba*``.\n\n::\n\n  $ source /opt/jubatus/profile\n  $ jubaclassifier -f /opt/jubatus/share/jubatus/example/config/classifier/pa.json\n\nOther Platforms\n~~~~~~~~~~~~~~~\n\nFor other platforms, refer to the `documentation \u003chttp://jubat.us/en/developers/build.html\u003e`_.\n\nLicense\n-------\n\nLGPL 2.1\n\nThird-party libraries included in Jubatus\n-----------------------------------------\n\nJubatus source tree includes following third-party library.\n\n- cmdline_ (under BSD 3-Clause License)\n\n.. _cmdline: https://github.com/tanakh/cmdline\n\nJubatus requires `jubatus_core \u003chttps://github.com/jubatus/jubatus_core/\u003e`_ library. jubatus_core contains Eigen and fork of pficommon. Eigen is licensed under MPL2 (partially in LGPL 2.1 or 2.1+). The fork of pficommon is licensed under New BSD License.\n\nUpdate history\n--------------\n\nUpdate history can be found from `ChangeLog \u003chttps://github.com/jubatus/jubatus/blob/master/ChangeLog.rst\u003e`_ or `WikiPage \u003chttps://github.com/jubatus/jubatus/wiki/ChangeLog\u003e`_.\n\nContributors\n------------\n\nPatches contributed by `those people \u003chttps://github.com/jubatus/jubatus/contributors\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjubatus%2Fjubatus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjubatus%2Fjubatus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjubatus%2Fjubatus/lists"}