go-martini-cassandra

时间:2024-07-20 16:29:35
【文件属性】:

文件名称:go-martini-cassandra

文件大小:84KB

文件格式:ZIP

更新时间:2024-07-20 16:29:35

Go

我的 Martini/Cassandra Go 演示应用程序 只是玩玩,学习 Cassandra 以及 Go 在 RESTful / Web 框架上下文中可能如何有用。 使用的 Cassandra 架构: CREATE KEYSPACE mykeyspace WITH replication = { 'class': 'SimpleStrategy', 'replication_factor': '1' }; USE mykeyspace; CREATE TABLE posts ( id int, content text, date timestamp, tags text, title text, PRIMARY KEY (id) ) WITH comment='Blog posts'; CREATE INDEX posts_title ON p


【文件预览】:
go-martini-cassandra-master
----models()
--------post.go(133B)
--------post_test.go(282B)
----main_test.go(102B)
----templates()
--------listing.html(609B)
--------single.html(325B)
--------footer.html(18B)
--------index.html(400B)
--------flash.html(305B)
--------errors()
--------debug.html(1KB)
--------header.html(428B)
----db()
--------repository.go(2KB)
--------repository_test.go(533B)
----main.go(1KB)
----.gitignore(21B)
----public()
--------css()
--------img()
--------js()
----README.md(944B)

网友评论