Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KxSystems/javakdb
Using Java with kdb+
https://github.com/KxSystems/javakdb
interface java kdb q
Last synced: 3 months ago
JSON representation
Using Java with kdb+
- Host: GitHub
- URL: https://github.com/KxSystems/javakdb
- Owner: KxSystems
- License: apache-2.0
- Created: 2017-08-03T09:05:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T15:18:50.000Z (6 months ago)
- Last Synced: 2024-05-21T16:35:58.821Z (6 months ago)
- Topics: interface, java, kdb, q
- Language: Java
- Homepage: https://code.kx.com/q/interfaces
- Size: 692 KB
- Stars: 51
- Watchers: 12
- Forks: 45
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-q - javakdb - client-for-q/) (:fireworks: Fusion interfaces)
README
![Java](docs/java.jpg)
# javakdb
![Travis (.com) branch](https://img.shields.io/travis/com/kxsystems/javakdb/master) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=KxSystems_javakdb&metric=coverage)](https://sonarcloud.io/dashboard?id=KxSystems_javakdb)
kdb+ IPC interface for the Java programming language. This will allow your application to
- query kdb+
- subscribe to a kdb+ publisher
- publish to a kdb+ consumer
- serialize/deserialize kdb+ formatted data
- act as a server for a kdb+ instance## Releases
Latest release can be downloaded [here](https://github.com/KxSystems/javakdb/releases). The github master branch will contain the latest development version for testing prior to release (may contain planned major version changes).
Releases are also available from the Maven Central Repo, at [https://central.sonatype.com/namespace/com.kx](https://central.sonatype.com/namespace/com.kx). A guide to integrating with your build system can be found [here](https://central.sonatype.org/consume/).
## Documentation
:point_right: Documentation is in the [`docs`](docs/README.md) folder.
## API Reference
HTML docs can be generated via running
```
mvn -pl javakdb javadoc:javadoc
```## Building From Source
:point_right: [`Building guide`](docs/build.md)
## Code Examples
:point_right: [`Examples`](docs/examples.md)