SingleStore (MemSQL)
You can find out more about the SingleStore database at the SingleStore home page. SingleStore is syntactically a MySQL variant, and you can use actions like the MySQL bulk loader with SingleStore.
More information about the SingleStore JDBC driver can be found here: The SingleStore JDBC Driver.
Important: You need to download and install the SingleStore JDBC driver yourself. We suggest you place the driver JAR file either in the lib/jdbc
folder or in the folder pointed to by the HOP_SHARED_JDBC_FOLDERS
variable.
Option | Info |
---|---|
Type | Relational |
Driver | Download from the SingleStore website |
Version Included | None |
Hop Dependencies | None |
Documentation | |
JDBC Url | jdbc:singlestore://<database_computer>[:<port>]/<database_name> |
Driver folder | <Hop Installation>/lib/jdbc |