-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add XAPI support #478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I am. |
@rykr Do you mean https://dev.mysql.com/doc/internals/en/x-protocol.html ? |
@methane @dgryski Yes that is the one. The protocol is documented although new features are still being added but what has been documented and released is certainly stable enough to work against. The API is not publicly documented as a standard but our released connectors show the pattern we are using. Certainly driver developers can use whatever API they choose but we feel it would be better to follow a similar pattern. |
We will be setting up a page highlighting externally maintained drivers. When that page is ready would be ok to list this provider there? |
@rykr While I'm interested in X Protocol, I don't know this project should use it. One possibility is use X Protocol only for standard SQL. I'll try it and benchmark it. |
@sjmudd has been working on implementing a Go driver for the X Protocol, and will be speaking about it at Oracle OpenWorld 2016 in SF. He probably has something useful to contribute to this discussion. |
Great. Will that be a different project here on GitHub? On Sep 7, 2016 3:27 AM, "Damian Gryski" [email protected] wrote:
|
It will be yes. It's still at an early stage and I can talk to you directly if you're interested. |
There seem to be several different issues here:
|
Hi, what kind of help are you looking for ? Our MySQL connectors engineer will be please to answer all your questions and provide you directions to include MySQL X Protocol to the Go SQL Driver. Please join #connectors in MySQL Community Slack (https://lefred.be/mysql-community-on-slack/) |
@lefred Does Oracle have any plans for contributing an XAPI driver for Go? |
@dgryski we don't have plan to take over any MySQL Go driver, we think you are doing a good job and we don't see any need to deliver one ourselves. However we would like to encourage the support of the X protocol and therefor help you to integrate it. Any questions, tip requests are welcome. |
is there an estimation when go-mysqlx becomes available? |
@laoshaw Any specific reason why you want this? |
Want to switch a django/python-mysqlx-connector project to go/mysql8 as I need both RDBS and JSON in the same database, it seems not many are taking this approach? I'm checking TiDB, still if there is good mysqlx/go connector driver I would prefer MySQL. |
Sounds like you want "Document Store" support, not just "X Protocol". One is built on top of the other. I don't think anyone is working on this for Go. Note that you can use JSON columns and functions over the classic protocol, just not the "X DevAPI" syntax. Best to use MySQL 8.0 for this Transporting SQL over X Protocol would allow one to use pipelining and some other features not present in the classic protocol. So I expect a first version for Go to add support for X Protocol transport for performance reasons without new syntax |
Yes I will use the classic protocol for json-column with mysql for now. After trying TiDB I realize I have to stick with MySQL as my workload is more OLTP where MySQL is good at. I just found some alpha work for mysqlx: https://github.com/AlekSi/mysqlx |
Apologies to bump an old thread, is there any work going on? |
Hey guys
Any interest in adding xapi support to your Go driver to support the new protocol and APIs that we have introduced with 5.7? If so please reach out to me as we would love to help.
The text was updated successfully, but these errors were encountered: