Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nationalsecurityagency/qonduit
A WebSocket library for use with Apache Accumulo
https://github.com/nationalsecurityagency/qonduit
accumulo java proxy websocket
Last synced: 1 day ago
JSON representation
A WebSocket library for use with Apache Accumulo
- Host: GitHub
- URL: https://github.com/nationalsecurityagency/qonduit
- Owner: NationalSecurityAgency
- License: apache-2.0
- Created: 2017-04-07T22:14:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T14:32:01.000Z (5 months ago)
- Last Synced: 2025-01-29T19:08:19.278Z (9 days ago)
- Topics: accumulo, java, proxy, websocket
- Language: Java
- Size: 117 KB
- Stars: 60
- Watchers: 25
- Forks: 41
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Qonduit
[![Apache License][li]][ll]
## Description
Qonduit is a secure web socket proxy for [Apache Accumulo](http://accumulo.apache.org/).
Qonduit is a Java server process that uses [Netty](http://netty.io/) for a secure web socket transport and [Spring](https://spring.io/) for pluggable security modules. Qonduit uses [Jackson](https://github.com/FasterXML/jackson) for serialization and deserialization of [CBOR](http://cbor.io/) encoded request/response objects. Qonduit discovers custom request and response types and server side logic using the Java Service Loader mechanism. Qonduit differs from the Accumulo [Proxy](http://accumulo.apache.org/1.8/accumulo_user_manual.html#_proxy) in the following ways:
1. Qonduit uses secure web sockets to provide an asychronous and secure transport between the client and the Qonduit server.
2. Qonduit can optionally authenticate users using client supplied credentials and a Spring Security configuration on the Qonduit server.
3. Qonduit does not provide a strict proxy for the Accumulo client API, it is designed to be extended with pluggable server side logic and custom request and response types.## Development
Qonduit requires [Apache Maven](http://maven.apache.org) to build. The
[os-maven-plugin](https://github.com/trustin/os-maven-plugin) is used for
building platform specific packages.If you are using and IDE, you will benefit from reading [about how to
configure](https://github.com/trustin/os-maven-plugin#issues-with-eclipse-m2e-or-other-ides)
your IDE.[li]: http://img.shields.io/badge/license-ASL-blue.svg
[ll]: https://www.apache.org/licenses/LICENSE-2.0