A highly compressed version of the magento 1.9 sample data and a script to create it.

Overview

Compressed Magento 1.9 Sample Data

The following variations are available:

Its kind of ridiculous having a sample data package that is 317MB in size, and since I couldn't find a good alternative source, I decided to hack together a little script to compress the hell out of the images and the MP3 files in the sample data archive.
My intention is that it can be downloaded faster and used more easily.

With a image quality setting of 50% and by sampling all .mp3 files down to a bitrate of 48, the size of the sample data archive is reduced to a 66MB tbz.

The compression script in the src/ directory is intended to run on OS X. Feel free to use and modify it, but be aware that you are doing so at your own risk!

Please check the 1.9.1.0 branch for the previous version of the sample data.

Comments
  • Extended versioning

    Extended versioning

    Hi,

    Besides finding this compressed sample data archive a great idea, I have a little request. Now this repo contains links to sample data for version 1.9.0.0 and 1.9.1.0. Could this be extended with a link to version 1.9.0.1, regardless of whether the content is exactly the same as for version 1.9.0.0. See, I'd like to be able to check automatically for the compressed sample data for a certain version of Magento.

    Thanks in advance, Klaas

    opened by kweij 4
  • Issue with load of this sample data into Magento

    Issue with load of this sample data into Magento

    While installing Magento for the sample data shared by Vinai, I am getting an error where it is not finding the table core_theme in the MySQL database.

    I used Magento2 from the github and used the sample data listed by Vinai.

    Is it because of versioning issue of Magento tool or something else ??

    opened by vmitt 1
  • Improved ImageOptim call to fix foreground processing problems.

    Improved ImageOptim call to fix foreground processing problems.

    I was noticing weird ImageOptim application behavior when I was running script in initial version. Mentioned application was getting focus on each processed file and it was hard to use OS when script was running. Also, it looks ImageOptim was doing that asynchronously and sometimes it was not being closed.

    It looks similarly to issue reported in https://github.com/JamieMason/ImageOptim-CLI/issues/55 project where reporter pointed to that link:

    https://imageoptim.com/command-line.html

    It explains proper call to ImageOptim to use in CLI scripts.

    There is also error suppression added there as ImageOptim can throw a lot of useless messages.

    @Vinai thanks for that script, it's really handy and it also works for EE demo data compressed with zip.

    opened by wojtekn 1
  • Added 7za to required libraries list. Added ability to exclude files fro...

    Added 7za to required libraries list. Added ability to exclude files fro...

    I've added --exclude call in tar command to get rid of OS X dot files being added to the archive. Also added 7za to requirements in the comment as it looks that this dependency was added recently.

    opened by wojtekn 1
  • All of the links in the README return 404

    All of the links in the README return 404

    Currently all the links in the README return 404.

    For example, https://raw.githubusercontent.com/Vinai/compressed-magento-sample-data/1.9.2.4/compressed-magento-sample-data-1.9.2.4.tgz returns a 404.

    The 1.9.0.0 and 1.9.1.0 links in https://github.com/Vinai/compressed-magento-sample-data/tree/1.9.0.0 and https://github.com/Vinai/compressed-magento-sample-data/tree/1.9.1.0 still work.

    opened by rfay 0
  • Remove duplicate files in sample data

    Remove duplicate files in sample data

    The sample data contains many copies of identical images. Update the script to find duplicate files, eliminate all but one and update the sql dump so all records point to the one remaining copy of the file.

    opened by Vinai 1
Owner
Vinai Kopp
Vinai Kopp
A tool that allows to quickly export data from Magento 1 and Magento 2 store and import it back into Magento 2

Simple Import / Export tool A tool that allows to quickly export data from Magento 1 and Magento 2 store and import it back into Magento 2. Table data

EcomDev B.V. 51 Dec 5, 2022
The Current US Version of PHP-Nuke Evolution Xtreme v3.0.1b-beta often known as Nuke-Evolution Xtreme. This is a hardened version of PHP-Nuke and is secure and safe. We are currently porting Xtreme over to PHP 8.0.3

2021 Nightly Builds Repository PHP-Nuke Evolution Xtreme Developers TheGhost - Ernest Allen Buffington (Lead Developer) SeaBeast08 - Sebastian Scott B

Ernest Buffington 7 Aug 28, 2022
Version is a library that helps with managing the version number of Git-hosted PHP projects

Version Version is a library that helps with managing the version number of Git-hosted PHP projects. Installation You can add this library as a local,

Sebastian Bergmann 6.3k Dec 26, 2022
SPAM Registration Stopper is a Q2A plugin that prevents highly probable SPAM user registrations based on well-known SPAM checking services and other techniques

SPAM Registration Stopper [by Gabriel Zanetti] Description SPAM Registration Stopper is a Question2Answer plugin that prevents highly probable SPAM us

Gabriel Zanetti 2 Jan 23, 2022
This shell script and PHP file create a browseable HTML site from the Zig standard library source.

Browseable Zig standard library This shell script and PHP file create a browseable HTML site from the Zig standard library source. The idea is to inve

Dave Gauer 3 Mar 20, 2022
Highly customizable alternative to var_export for PHP code generation

PHP Variable Exporter PHPEncoder is a PHP library for exporting variables and generating PHP code representations for said variables similar to the bu

Riikka Kalliomäki 71 Dec 30, 2022
A sample project to showcase a real world example and benchmarks for crowphp

CrowPHP Sample project This project is to showcase an example of how a real world project might look like. It has two basic endpoints to show-case the

Crow PHP 3 Aug 16, 2021
Sample application to bookmark links, where interface build with Angular.js + Twitter Bootstrap and server powered by PHP with Slim Framework

RESTful Bookmarks PHP Slim TODO: review and update FrontEnd Sample application to bookmark links, where interface build with Angular.js + Twitter Boot

Erko Bridee 50 Dec 15, 2021
Melek Berita Backend is a service for crawling data from various websites and processing the data to be used for news data needs.

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Chacha Nurholis 2 Oct 9, 2022
Get mobile app version and other related data from Google Play Store, Apple App Store and Huawei AppGallery

Mobile App Version Get mobile app version and other related data from Google Play Store, Apple App Store and Huawei AppGallery. Installation Add to co

Omer Salaj 11 Mar 15, 2022
A script to retrieve data from a Netatmo weather station and display it in a Mac menu bar.

weathermenu A script to retrieve data from a Netatmo weather station and display it in a Mac menu bar. Intended for use with SwiftBar. Configuration N

Dan Moren 4 Nov 4, 2021
Sample Web Application in Laravel with tailwind css

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Mulindwa Denis 1 Nov 26, 2021
Sample code for several design patterns in PHP 8

DesignPatternsPHP Read the Docs of DesignPatternsPHP or Download as PDF/Epub This is a collection of known design patterns and some sample codes on ho

null 21k Jan 5, 2023
Invo - Sample application for the Phalcon PHP Framework

INVO Application Phalcon is a web framework delivered as a C extension providing high performance and lower resource consumption. This is a sample app

The Phalcon PHP Framework 344 Dec 14, 2022
Album-o-rama - Sample application for the Phalcon PHP Framework.

Album O'Rama Phalcon PHP is a web framework delivered as a C extension providing high performance and lower resource consumption. This is a sample app

The Phalcon PHP Framework 84 Oct 7, 2022
A simple shell script which loads a magento environment

A simple shell script to load up a Magento environment and execute PHP code Very experimental and should only be ran on dev servers REQUIRES php pcntl

beeplogic 28 Feb 4, 2022
Magento 2 Bash Install/Restore Script

Magento 2 Bash Install/Restore Script This script is designed to simplify the installation process of Magento 2 and rapid deployment of merchant code

Yarik Voronoy 80 Sep 30, 2022