Skip to content

Commit

Permalink
Fixed the Description
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeuos committed Mar 4, 2024
1 parent e5d47c4 commit e7c97f9
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ Added support for exporting data to a remote server
- Feature: Finished the DB:dump Task, it had a bugs
- Feature: Updated the README.md

1.1.1

Trying to fix the Description in the Matomo Marketplace



2 changes: 1 addition & 1 deletion DataExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Description: Export database or connect to your BI tools.
* Author: Jorgeuos
* Author URI: https://jorgeuos.com
* Version: 1.1.0
* Version: 1.1.1
* @link https://jorgeuos.com
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Matomo DataExport Plugin

### Description
## Description

This plugin allows you to **export**, **download**, **sync**, and **import** your Matomo database.
Plus you can **export raw data** to a CSV file and much more.
Expand Down Expand Up @@ -98,7 +98,7 @@ curl --request GET \
```


### License
## License

GPLv3 for now.

Expand Down
31 changes: 28 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,41 @@

## Description

This plugin allows you to export the Matomo database to your local computer.
And you can easily import the data into another Matomo instance. For example,
This plugin allows you to **export**, **download**, **sync**, and **import** your Matomo database.
Plus you can **export raw data** to a CSV file and much more.

You can easily import the data into another Matomo instance. For example,
you can use your real data into your development environment.

![Screenshot of the plugin](https://plugins.matomo.org/DataExport/images/0.1.0/1-Default-view.png?w=1024)
I have added some features to export raw data to a CSV file.
This is useful if you want to use the data in another tool, such as Excel, Tableau, or PowerBI.
This is a brand new plugin and some features are very experimental,
if you have any issues, please create an issue on GitHub.

![Screenshot of the plugin](https://plugins.matomo.org/DataExport/images/1.1.1/1-Default-view.png?w=1024)
![Screenshot of the plugin](https://plugins.matomo.org/DataExport/images/1.1.1/2-Default-view.png?w=1024)
![Screenshot of the plugin](https://plugins.matomo.org/DataExport/images/1.1.1/3-Settings-page.png?w=1024)

### Caution

This plugin is not designed for exporting/importing large data sets(yet).

### Features

- Export and download the database to a file
- Import a database from a file
- Export and download raw data to a CSV file
- Console commands to:
- Dump the database
- Sync the database
- Import the database
- Create the database
- Drop the database
- Cleanup old backups
- Export queries to CSV
- API endpoints to:
- Export raw data

## In the works

We will update this plugin, probaly with paid features to connect to other
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "DataExport",
"description": "Export database or connect to your BI tools.",
"version": "1.1.0",
"version": "1.1.1",
"theme": false,
"require": {
"matomo": ">=5.0.0,<6.0.0-b1"
Expand Down
Binary file added screenshots/.DS_Store
Binary file not shown.
Binary file modified screenshots/1-Default-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/2-Default-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/3-Settings-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e7c97f9

Please sign in to comment.