[MDEV-7490] CONNECT: support for JSON Created: 2015-01-22 Updated: 2015-02-01 Resolved: 2015-02-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Fix Version/s: | 10.0.17 |
| Type: | Task | Priority: | Major |
| Reporter: | Federico Razzoli | Assignee: | Olivier Bertrand |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | json | ||
| Description |
|
A JSON table type for CONNECT would be very welcome. It is not uncommon for JSON data structures to have a fixed structure - thus, the data can be inserted into a relational table. Many programs and web services export data in JSON nowadays. |
| Comments |
| Comment by roberto spadim [ 2015-01-22 ] | ||||||||||||||||||||
|
very interesting, i have some doubts about the file format and json structure
or we will use something like
or any other format? | ||||||||||||||||||||
| Comment by Federico Razzoli [ 2015-01-22 ] | ||||||||||||||||||||
|
Interesting comment, Roberto. The first style is much more used, so in my opinion it is the most important one. But the second style is much more compact and it is just perfect for tables, so implementing it would be useful. | ||||||||||||||||||||
| Comment by roberto spadim [ 2015-01-27 ] | ||||||||||||||||||||
|
i think we could close this as duplicated of https://mariadb.com/kb/en/mariadb/connect-json-table-type/ | ||||||||||||||||||||
| Comment by Sergei Golubchik [ 2015-02-01 ] | ||||||||||||||||||||
|
bertrandop, I've just noticed this task. It might be already done, then you can close it at once. | ||||||||||||||||||||
| Comment by Olivier Bertrand [ 2015-02-01 ] | ||||||||||||||||||||
|
The JSON table type is now supported by CONNECT. See the online documentation for details. |