Bolt (network protocol)
The Bolt Protocol (Bolt) is a connection oriented network protocol used for client-server communication in database applications. It operates over a TCP connection or WebSocket.
Original author(s) | Neo Technology |
---|---|
Stable release | Version 1
|
Written in | Various languages |
Operating system | Any |
Platform | Cross-platform |
Type | Network protocol |
License | Creative Commons 3.0 Attribution-ShareAlike |
Website | boltprotocol |
Bolt is statement-oriented, allowing a client to send messages containing a statement consisting of a single string and a set of typed parameters. The server responds to each statement with a result message and an optional stream of result records.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.