Need to “Perform Big Data Analytics at Massive Scale?” The Actian Analytics Platform includes the Matrix high performance analytics database (formerly known as Paraccel).
I’ve seen some people asking online for what JDBC URL syntax is. If you are using the JDBC driver be sure to read the README which gives the details:
The driver recognises JDBC URLs of the form: jdbc:paraccel:database jdbc:paraccel://host/database jdbc:paraccel://host:port/database Also, you can supply both username and passwords as arguments, by appending them to the URL. For example: jdbc:paraccel:database?user=me jdbc:paraccel:database?user=me&password=mypass Notes: 1) If you are connecting to localhost or 127.0.0.1, you can leave the host out of the URL; that is, jdbc:paraccel://localhost/mydb can be replaced with jdbc:paraccel:mydb 2) The port defaults to 5439 if it is not specified.
Note that this driver works well with the Node.js JDBC module!
- Geography + Data - July 15, 2021
- DIY Battery – Weekend Project – Aluminum + Bleach? - January 17, 2021
- It’s all about the ecosystem – build and nurture yours - May 1, 2020
- Learnings from TigerGraph and Expero webinar - April 1, 2020
- 4 Webinars This Week – GPU, 5G, graph analytics, cloud - March 30, 2020
- Diving into #NoSQL from the SQL Empire … - February 28, 2017
- VID: Solving Performance Problems on Hadoop - July 5, 2016
- Storing Zeppelin Notebooks in AWS S3 Buckets - June 7, 2016
- VirtualBox extension pack update on OS X - April 11, 2016
- Zeppelin Notebook Quick Start on OSX v0.5.6 - April 4, 2016