An open API service indexing awesome lists of open source software.

https://github.com/watson1978/shortly


https://github.com/watson1978/shortly

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# install
```
brew install cql cassandra cassandra-cpp-driver
```

# 準備
```
CREATE TABLE IF NOT EXISTS ilios.shortly (
id text,
url text,
PRIMARY KEY (id)
) WITH compaction = { 'class' : 'LeveledCompactionStrategy' }
AND gc_grace_seconds = 691200;
```

# 起動
```
ruby shortly.rb
```