-
Notifications
You must be signed in to change notification settings - Fork 46
Update the 'Creating your first Tarantool database' guide #3927
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
Conversation
a93ade8 to
9d642c1
Compare
5647fb0 to
539a482
Compare
539a482 to
a1214dd
Compare
doc/how-to/getting_started_db.rst
Outdated
| The ``listen`` value can be any form of a :ref:`URI <index-uri>` (uniform resource identifier). | ||
| You can send requests to the listen URI using: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not so now, see #3945.
doc/how-to/getting_started_db.rst
Outdated
| You can send requests to the listen URI using: | ||
|
|
||
| * ``telnet`` | ||
| * a :ref:`connector <index-box_connectors>` | ||
| * another instance of Tarantool (using the :ref:`console <console-module>` module) | ||
| * :ref:`tt <tt-cli>` administrative utility |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess it is for a control (console) socket. iproto.listen is about a binary protocol socket. You can't work with it using telnet.
OTOH, you can't use a connector to connect to a console (not a binary protocol socket).
Maybe we should describe it in a more general context, not just iproto.listen?
Totktonada
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm OK in general.
Highlighted several chunks that doubt me a bit.
02c8888 to
048f4b8
Compare
p7nov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xuniq I took the liberty to somehow finalize this PR to be able to publish it with 3.0 docs – we don't have another starting point right now, so it's critical.
You can return to this task later if you find it unfinished.
Fixes #3704
Staging: https://docs.d.tarantool.io/en/doc/gh-3704-create-db-guide/how-to/getting_started_db/