mariadb.json 2.54 KB
Newer Older
Sven Franck's avatar
Sven Franck committed
1
{
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
        "title": "MariaDB Corporation Ab",
        "logo": "https://mariadb.com/sites/default/files/elfinder/1/MariaDB-reflex-blue-seal-blue-lettering-below-plainsvg-250px.png",
        "country": "fi",
        "presence": "worldwide",
        "website": "https://www.mariadb.com",
        "founded_year": "2010",
        "free_software_list": [{
                "title": "MariaDB 10.1",
                "logo": "https://mariadb.org/wp-content/uploads/2010/10/mariadb-seal-shaded-browntext-alt.png",
                "website": "https://mariadb.com/products/mariadb-enterprise",
                "category_list": ["Database"],
                "source_code_download": "https://github.com/MariaDB/server/archive/10.1.zip",
                "source_code_profile: "https://www.openhub.net/p/mariadb/analyses/latest/languages_summary",
                "commercial_support": "https://mariadb.com/services/mariadb-mysql-subscription-services",
                "wikipedia_url": "https://en.wikipedia.org/wiki/MariaDB",
                "success_case_list": [{
                        "title": "MariaDB Engineering Expertise Delivers Massive Performance Gains for High-End Flash Storage Provider",
                        "image": "https://mariadb.com/sites/default/files/fusionio-logo_0.png",
                        "customer": "Fusion-io",
                        "country": "us",
                        "language": "en",
                        "url": "https://mariadb.com/customer-success-stories/fusion-io"
                }, {
                        "title": "Successful Migration from Oracle RAC to MariaDB Galera Cluster",
                        "image": "https://mariadb.com/sites/default/files/Greetztop_0.jpg",
                        "customer": "Greetz",
                        "country": ["eu", "na"],
                        "language": "en",
                        "url": "https://mariadb.com/customer-success-stories/greetz"
                }]
        }, {
                "title": "MariaDB MaxScale",
                "logo": "https://mariadb.org/wp-content/uploads/2010/10/mariadb-seal-shaded-browntext-alt.png",
                "website": "https://mariadb.com/products/mariadb-maxscale",
                "category_list": ["Database"],
                "source_code_download": "https://github.com/mariadb-corporation/MaxScale/archive/develop.zip",
                "source_code_profile": "",
                "commercial_support": "https://mariadb.com/services/mariadb-mysql-subscription-services",
                "wikipedia_url": "",
                "success_case_list": []
        }]
}