https://github.com/punit-naik/sqles
A Clojure library designed to convert SQL statements into Elasticsearch queries
https://github.com/punit-naik/sqles
clojure elasticsearch es query query-builder sql sql-to-elasticsearch sql-to-es
Last synced: 2 months ago
JSON representation
A Clojure library designed to convert SQL statements into Elasticsearch queries
- Host: GitHub
- URL: https://github.com/punit-naik/sqles
- Owner: punit-naik
- License: other
- Created: 2021-08-04T14:42:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T17:38:51.000Z (over 2 years ago)
- Last Synced: 2025-01-16T00:36:32.978Z (4 months ago)
- Topics: clojure, elasticsearch, es, query, query-builder, sql, sql-to-elasticsearch, sql-to-es
- Language: Clojure
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sqles
A Clojure library designed to convert SQL statements into Elasticsearch requests
[](https://circleci.com/gh/punit-naik/sqles/tree/master)
[](https://clojars.org/org.clojars.punit-naik/sqles)## Usage
### Test
```
lein test
```## Docs
[API Docs](https://punit-naik.github.io/sqles)
### Code Coverage
[Code Coverage Report](https://punit-naik.github.io/sqles/coverage)
## License
Copyright © 2021 [Punit Naik](https://github.com/punit-naik)
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License, v. 2.0 are satisfied: GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or (at your
option) any later version, with the GNU Classpath Exception which is available
at https://www.gnu.org/software/classpath/license.html.