All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by jdbc with all dependencies

Search JAR files by class name

oracletohivemigrator_2.12 from group io.github.queukat (version 2.0)

The Spark Universal Migrator is a data migration Spark application that fetches data from an Oracle database and stores it in a Hive database. It utilizes JDBC to connect to Oracle, processes and converts the data into a Hive-compatible schema, and then transfers it to Hive. The migration process employs iterators to generate queries for data retrieval and utilizes a BlockingQueue in conjunction with a ThreadPoolExecutor for parallel processing of data. Additionally, the application incorporates an Oracle connection pool to efficiently manage and reuse database connections, further optimizing performance and resource utilization during the migration process.

Group: io.github.queukat Artifact: oracletohivemigrator_2.12
Show all versions Show documentation Show source 
 

0 downloads
Artifact oracletohivemigrator_2.12
Group io.github.queukat
Version 2.0
Last update 31. July 2023
Organization io.github.queukat
URL https://github.com/queukat/spark_oracle_hive_streaming
License Apache 2
Dependencies amount 4
Dependencies scala-library, ojdbc8, ucp, scala-logging_2.12,
There are maybe transitive dependencies!

smartcommit-jdbc from group com.github.olavloite (version 1.0)

Smart Commit JDBC Driver enables 'smartcommit' mode for all JDBC drivers. In Smart Commit mode a JDBC connection will execute all queries in autocommit mode until it encounters a write operations. From the first write operation until the following commit or rollback, the connection will operate in transactional mode. It will then switch back to autocommit and remain in autocommit until it once again encounters a write operation. Using a JDBC connection in Smart Commit mode will reduce the number of read locks needed. Operating a JDBC connection in Smart Commit mode effectively reduces the isolation level of a transaction to READ_COMMITTED for all queries that are executed *BEFORE* a write operation in a transaction. All queries that are executed *AFTER* a write operation in a transaction, will be executed using the configured isolation level of the JDBC connection.

Group: com.github.olavloite Artifact: smartcommit-jdbc
Show documentation Show source 
 

0 downloads
Artifact smartcommit-jdbc
Group com.github.olavloite
Version 1.0
Last update 01. October 2020
Organization not specified
URL https://github.com/olavloite/smartcommit
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

beigesoft-webcrud from group org.beigesoft (version 1.1.8)

This is CRUD interface based on standard JEE MVC servlet, JSP, JSTL. It renders forms and lists of any entity according XML settings (Beige-Settings). Database logic is handled by Beige-ORM. It also includes Mail-sender and database replicator through WEB-service. It is SQLite configured. Put WAR file into Tomcat7 webapps, make sure that Tomcat has libraries: HikariCP-2.4.3.jar, sqlite-jdbc-3.8.11.2.jar, slf4j-api-1.7.12.jar (versions may be different), for MS Windows change file separator in META-INF\context.xml connectionURL from "/" to "\" and reassemble WAR. Beigesoft-Accounting-Web extends it into very complex business application.

Group: org.beigesoft Artifact: beigesoft-webcrud
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact beigesoft-webcrud
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 3
Dependencies beigesoft-webcrud-jar, taglibs-standard-spec, taglibs-standard-impl,
There are maybe transitive dependencies!

dyna4jdbc from group com.github.peter-gergely-horvath (version 3.1.1)

dyna4JDBC is a JDBC driver, that allows running alternative JVM language scripts (Groovy, JavaScript, Scala, Jython, Clojure, BeanShell, R (Renjin), JRuby etc.) or external console-oriented programs via the JDBC API. Mainly targeted at allowing JDBC-enabled business intelligence applications to run various scripts instead of SQL easily, dyna4JDBC captures and parses the output of scripts/external programs and presents that as a standard JDBC Result Set, allowing the output to be processed further for various purposes like building complex reports quickly and analysis with other tools.

Group: com.github.peter-gergely-horvath Artifact: dyna4jdbc
Show all versions Show documentation Show source 
 

2 downloads
Artifact dyna4jdbc
Group com.github.peter-gergely-horvath
Version 3.1.1
Last update 17. September 2017
Organization not specified
URL https://github.com/peter-gergely-horvath/dyna4jdbc
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ks-server-virtuoso from group eu.fbk.knowledgestore (version 1.7.1)

The Virtuoso server module (ks-server-virtuoso) provides an implementation of the Triple Store server-side component (API in ks-triplestore) on top of the OpenLink Virtuoso triple store, a scalable native code triple store that is accessed as an external service. The Virtuoso Sesame driver, which builds on the Virtuoso JDBC driver, is used to remotely access the Virtuoso server for writing data and performing SPARQL queries. For performance reasons, data modification is performed in a non-transactional way, with the module managing possible failures in a way that trigger the external repopulation of the Virtuoso triple store starting from the master copy of data stored in the Data Store component.

Group: eu.fbk.knowledgestore Artifact: ks-server-virtuoso
Show all versions Show documentation Show source 
 

0 downloads
Artifact ks-server-virtuoso
Group eu.fbk.knowledgestore
Version 1.7.1
Last update 08. October 2015
Organization not specified
URL http://knowledgestore.fbk.eu/ks-server-virtuoso/
License not specified
Dependencies amount 11
Dependencies slf4j-api, guava, sesame-model, sesame-util, sesame-query, sesame-repository-api, hadoop-core, virtjdbc4_1, virt_sesame2, ks-core, ks-server,
There are maybe transitive dependencies!

ujmp from group org.ujmp (version 0.3.0)

The Universal Java Matrix Package (UJMP) is an open source library for dense and sparse matrix computations and linear algebra in Java. In addition to the basic operations like matrix multiplication, matrix inverse or decomposition methods, it also supports visualization, JDBC import/export and many other useful functions such as mean, correlation, standard deviation, mutual information, or the replacement of missing values. It's a swiss army knife for data processing in Java, tailored to machine learning applications.

Group: org.ujmp Artifact: ujmp
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ujmp
Group org.ujmp
Version 0.3.0
Last update 30. July 2015
Organization Universal Java Matrix Package
URL https://ujmp.org/
License GNU LESSER GENERAL PUBLIC LICENSE
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

siena from group com.google.code.maven-play-plugin.com.sienaproject.siena (version 1.0.0-b6-20111107)

Siena is a persistence abstraction layer made in Java with various implementations: * siena-jdbc: persists objects into a relational database using JDBC (status: deeply tested) * siena-gae: persists objects into the Google App Engine's datastore using its low-level API (status: beta) * siena-sdb: persists objects using Amazon's SimpleDB (very experimental) * siena-remote: persists objects remotely using a remote web application that uses siena. (planning) Siena is also: * Intrusive. You make a class persistent by extending a certain class. Relationships are defined also in an intrusive way. * Simple. Simplicity is the most important thing. * Limited. Due to the simplicity there are several unsupported things such as JOINs. * Extensible. There are two interfaces you can implement on your own way.

Group: com.google.code.maven-play-plugin.com.sienaproject.siena Artifact: siena
Show documentation Show source 
 

0 downloads
Artifact siena
Group com.google.code.maven-play-plugin.com.sienaproject.siena
Version 1.0.0-b6-20111107
Last update 12. March 2013
Organization Google Code
URL http://www.sienaproject.com
License Apache 2
Dependencies amount 8
Dependencies dom4j, ddlutils, appengine-api-1.0-sdk, hbase, h2, google-api-client, aws-java-sdk, httpcore,
There are maybe transitive dependencies!

evo-hibernate from group org.atteo (version 0.6)

Group: org.atteo Artifact: evo-hibernate
Show documentation Show source 
 

0 downloads
Artifact evo-hibernate
Group org.atteo
Version 0.6
Last update 09. January 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies evo-services, evo-classindex, evo-database, hibernate-jpa-2.0-api, hibernate-core, hibernate-entitymanager, javassist, evo-jta-atomikos,
There are maybe transitive dependencies!

evo-migrations from group org.atteo (version 0.6)

Group: org.atteo Artifact: evo-migrations
Show documentation Show source 
 

0 downloads
Artifact evo-migrations
Group org.atteo
Version 0.6
Last update 09. January 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies evo-services, evo-database, liquibase-core,
There are maybe transitive dependencies!

evo-hornetq from group org.atteo (version 0.6)

Group: org.atteo Artifact: evo-hornetq
Show documentation Show source 
 

0 downloads
Artifact evo-hornetq
Group org.atteo
Version 0.6
Last update 09. January 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies evo-services, evo-jta, jms-api, hornetq-core, hornetq-jms, hornetq-logging, netty,
There are maybe transitive dependencies!



Page 236 from 239 (items total 2387)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy