This website requires JavaScript.
Explore
Help
Sign In
daniel.w
/
blockchain
Watch
1
Star
0
Fork
You've already forked blockchain
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4591d0eff8
blockchain
/
generate
/
database
/
create_kline_keyspace.cql
2 lines
95 B
SQL
Raw
Blame
History
create
keyspace
kline
with
replication
=
{
'
class
'
:
'
SimpleStrategy
'
,
'
replication_factor
'
:
1
}
;
Reference in New Issue
View Git Blame
Copy Permalink