Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fregelab/sirocco
Frege + database = :-)
https://github.com/fregelab/sirocco
Last synced: 27 days ago
JSON representation
Frege + database = :-)
- Host: GitHub
- URL: https://github.com/fregelab/sirocco
- Owner: fregelab
- License: apache-2.0
- Archived: true
- Created: 2015-12-13T16:23:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T09:54:14.000Z (over 8 years ago)
- Last Synced: 2024-02-13T04:39:02.592Z (10 months ago)
- Language: Frege
- Homepage: https://fregelab.github.io/sirocco/
- Size: 124 KB
- Stars: 15
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-frege - Sirocco - Frege library for relational databases. (Libraries / Databases)
README
[![Build Status](https://travis-ci.org/fregelab/sirocco.svg?branch=master)](https://travis-ci.org/fregelab/sirocco)
[![Bintray](https://img.shields.io/bintray/v/fregelab/maven/sirocco-core.svg?style=flat-square)](https://bintray.com/fregelab/maven/sirocco-core)# Sirocco
Sirocco is a Frege library to access relational databases via jdbc.
Documentation is available at https://fregelab.github.io/siroccoSirocco first started as some ideas based on project:
https://github.com/DellCliff/frege-dbc## Dependencies
Binaries are available at Bintray:
repositories {
maven {
url "http://dl.bintray.com/fregelab/maven"
}
}Gradle dependencies:
compile 'com.github.fregelab:sirocco-core:0.1.2'
## Examples
The `sirocco-samples` project joins `Sirocco` and `Chinook` together
to show how a full Frege app may look like. To run the app, on the
project root folder:./gradlew :sirocco-samples:run
Or to only play with the code:
./gradlew :sirocco-samples:fregeRepl