Skip to content

lueyoung/punctual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0 Paper

1 Configure Cassandra

Before you execute the program, Launch cqlsh and execute:

CREATE KEYSPACE punctual WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 1 };
CREATE TABLE punctual.history(key text, value text, timeline UUID, PRIMARY KEY(key));
CREATE INDEX on punctual.history(timeline);

2 Run

run:

make

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published