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

Download JAR files tagged by streaming with all dependencies

Search JAR files by class name

oryx from group com.cloudera.oryx (version 2.8.0)

The Oryx open source project provides infrastructure for lambda-architecture applications on top of Spark, Spark Streaming and Kafka. On this, it provides further support for real-time, large scale machine learning, and end-to-end applications of this support for common machine learning use cases, like recommendations, clustering, classification and regression.

Group: com.cloudera.oryx Artifact: oryx
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact oryx
Group com.cloudera.oryx
Version 2.8.0
Last update 25. November 2018
Organization not specified
URL http://oryx.io/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

fluent-xml-writer from group foundation.fluent.api (version 1.0)

Fluent hierarchical XML writer, allowing to generate XML file (or other output stream) fluently: document(output).version(1.0).tag("root").text("Hello").end().close(); It is immediately streaming to the output stream. Not holding anything in memory.

Group: foundation.fluent.api Artifact: fluent-xml-writer
Show documentation Show source 
 

0 downloads
Artifact fluent-xml-writer
Group foundation.fluent.api
Version 1.0
Last update 09. August 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

json-stream-core from group com.supersoftcafe.json (version 0.2)

A library for streaming through JSON and having events fired based on JsonPath matches. The key here is that it doesn't realise the whole object in heap so allowing you to process very large documents quickly and easily.

Group: com.supersoftcafe.json Artifact: json-stream-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact json-stream-core
Group com.supersoftcafe.json
Version 0.2
Last update 12. April 2016
Organization not specified
URL https://github.com/supersoftcafe/json-stream
License New BSD (3-clause)
Dependencies amount 3
Dependencies jackson-databind, jackson-core, jackson-annotations,
There are maybe transitive dependencies!

bybit-java-api from group io.github.wuhewuhe (version 1.2.5)

The Official Java API connector for Bybit's HTTP and WebSocket APIs. Dive into a plethora of functionalities: - Market Data Retrieval - Trade Execution - Position Management - Account and Asset Info Retrieval - User and Upgrade Management — Public Websocket Streaming - Private Websocket Streaming - Lending Institution and Client - Broker Earning Data

Group: io.github.wuhewuhe Artifact: bybit-java-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact bybit-java-api
Group io.github.wuhewuhe
Version 1.2.5
Last update 07. April 2024
Organization not specified
URL https://github.com/wuhewuhe/bybit-java-api
License The MIT License
Dependencies amount 14
Dependencies commons-codec, commons-lang3, commons-text, retrofit, converter-jackson, okhttp, logging-interceptor, okio, jackson-databind, slf4j-api, logback-classic, annotations, Java-WebSocket, json,
There are maybe transitive dependencies!

orc-tools from group org.apache.orc (version 2.0.0)

Group: org.apache.orc Artifact: orc-tools
Show all versions Show documentation Show source 
 

187 downloads
Artifact orc-tools
Group org.apache.orc
Version 2.0.0
Last update 04. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

orc from group org.apache.orc (version 2.0.0)

ORC is a self-describing type-aware columnar file format designed for Hadoop workloads. It is optimized for large streaming reads, but with integrated support for finding required rows quickly. Storing data in a columnar format lets the reader read, decompress, and process only the values that are required for the current query.

Group: org.apache.orc Artifact: orc
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact orc
Group org.apache.orc
Version 2.0.0
Last update 04. March 2024
Organization not specified
URL https://orc.apache.org
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

orc-format from group org.apache.orc (version 1.0.0)

ORC is a self-describing type-aware columnar file format designed for Hadoop workloads. It is optimized for large streaming reads, but with integrated support for finding required rows quickly. Storing data in a columnar format lets the reader read, decompress, and process only the values that are required for the current query.

Group: org.apache.orc Artifact: orc-format
Show source 
 

0 downloads
Artifact orc-format
Group org.apache.orc
Version 1.0.0
Last update 03. January 2024
Organization not specified
URL https://orc.apache.org
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

staxmate from group com.fasterxml.staxmate (version 2.4.1)

StaxMate is a light-weight framework that adds convenience to streaming XML-processing without significant additional overhead. It builds on top of a Stax (JSR-173) compliant XML processors such as Woodstox or Sjsxp (default Stax implementation of JDK 1.6) and offers two basic abstractions: Cursors, which build on XMLStreamReaders and Output objects, which build on XMLStreamWriters.

Group: com.fasterxml.staxmate Artifact: staxmate
Show all versions Show documentation Show source 
 

3 downloads
Artifact staxmate
Group com.fasterxml.staxmate
Version 2.4.1
Last update 10. October 2023
Organization FasterXML
URL http://staxmate.codehaus.org
License BSD
Dependencies amount 1
Dependencies stax2-api,
There are maybe transitive dependencies!

orc from group com.intel.qat (version 1.5.1)

ORC is a self-describing type-aware columnar file format designed for Hadoop workloads. It is optimized for large streaming reads, but with integrated support for finding required rows quickly. Storing data in a columnar format lets the reader read, decompress, and process only the values that are required for the current query.

Group: com.intel.qat Artifact: orc
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact orc
Group com.intel.qat
Version 1.5.1
Last update 27. May 2020
Organization not specified
URL http://orc.apache.org
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jackson-xml-databind from group com.fasterxml (version 0.6.2)

Extension for Jackson (http://jackson.codehaus.org) to offer alternative support for serializing POJOs as XML and deserializing XML as pojos. Support implemented on top of Stax API (javax.xml.stream), by implementing core Jackson Streaming API types like JsonGenerator, JsonParser and JsonFactory. Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMapper).

Group: com.fasterxml Artifact: jackson-xml-databind
Show all versions Show documentation Show source 
 

43 downloads
Artifact jackson-xml-databind
Group com.fasterxml
Version 0.6.2
Last update 11. November 2011
Organization fasterxml.com
URL http://wiki.fasterxml.com/JacksonExtensionXmlDataBinding
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies jackson-mapper-asl, jackson-xc, stax2-api,
There are maybe transitive dependencies!



Page 140 from 147 (items total 1465)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy