Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walmartlabs/mupd8
Muppet
https://github.com/walmartlabs/mupd8
Last synced: 9 days ago
JSON representation
Muppet
- Host: GitHub
- URL: https://github.com/walmartlabs/mupd8
- Owner: walmartlabs
- License: apache-2.0
- Archived: true
- Created: 2012-08-02T23:49:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T18:55:12.000Z (over 3 years ago)
- Last Synced: 2024-04-13T22:56:25.060Z (7 months ago)
- Language: Scala
- Size: 893 KB
- Stars: 126
- Watchers: 48
- Forks: 36
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-streaming - mupd8(muppet) - mapReduce-style framework for processing fast/streaming data. (Table of Contents / Streaming Engine)
- awesome-streaming - mupd8(muppet) - mapReduce-style framework for processing fast/streaming data. (Table of Contents / Streaming Engine)
README
MUPD8
=====
***
# NOTICE:## This repository has been archived and is not supported.
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
***
NOTICE: SUPPORT FOR THIS PROJECT HAS ENDEDThis projected was owned and maintained by Walmart. This project has reached its end of life and Walmart no longer supports this project.
We will no longer be monitoring the issues for this project or reviewing pull requests. You are free to continue using this project under the license terms or forks of this project at your own risk. This project is no longer subject to Walmart's bug bounty program or other security monitoring.
## Actions you can take
We recommend you take the following action:
* Review any configuration files used for build automation and make appropriate updates to remove or replace this project
* Notify other members of your team and/or organization of this change
* Notify your security team to help you evaluate alternative options## Forking and transition of ownership
For [security reasons](https://www.theregister.co.uk/2018/11/26/npm_repo_bitcoin_stealer/), Walmart does not transfer the ownership of our primary repos on Github or other platforms to other individuals/organizations. Further, we do not transfer ownership of packages for public package management systems.
If you would like to fork this package and continue development, you should choose a new name for the project and create your own packages, build automation, etc.
Please review the licensing terms of this project, which continue to be in effect even after decommission.
***MUPD8 implements the MapUpdate framework, a MapReduce-style
framework for processing fast/streaming data.Run mvn site (using Maven 3+) to generate the file
target/docbkx/html/quickstart.html
which provides a step-by-step walkthrough to create and run
a simple example MUPD8 application. A copy of this file is
also available athttp://walmartlabs.github.com/mupd8/quickstart.html
for readers who do not yet have a MUPD8 checkout.
This paper provides additional technical background:
Wang Lam, Lu Liu, STS Prasad, Anand Rajaraman, Zoheb Vacheri, and AnHai Doan.
Muppet: MapReduce-Style Processing of Fast Data. PVLDB 5(12):1814-1825, 2012.
(available as http://vldb.org/pvldb/vol5/p1814_wanglam_vldb2012.pdf)