Sign in
apache
/
ignite
/
refs/heads/IGNITE-7595
/
.
/
docs
/
_docs
/
code-snippets
/
python
/
connect.py
blob: bafac71138578469f92af3b10773d83577317a78 [
file
]
from
pyignite
import
Client
## Open a connection
client
=
Client
()
client
.
connect
(
'127.0.0.1'
,
10800
)