Accelerator - eBay开源数据处理框架

eBay 开源 Accelerator,一款久经考验的数据处理框架,提供快速的数据访问,并行执行以及自动组织源码、输入数据和结果。它可以用于日常数据分析,也可以用在包含数十万大型数据文件的实时推荐系统上。

Python 机器学习

访问GitHub主页

共134Star

详细介绍

The Accelerator is a tool for fast and reproducible processing of large amounts of data. Extensive documentation is available here:

Reference Manual
Home Page
PyPI

pip install accelerator
After installation try "ax --help".

Supported Environments

The Accelerator projects has been built, tested, and runs on:

  • Ubuntu 16.04, 18.04
  • Debian 9, 10
  • FreeBSD 11.3, 12.1

but is not limited to these systems or versions.

License

Copyright 2017-2018 eBay Inc.
Modifications copyright (c) 2018-2020 Carl Drougge
Modifications copyright (c) 2019-2020 Anders Berkeman

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

推荐源码