文件名称:phoenix-cassandra-app:这里没什么有趣的,只是玩灵药和卡桑德拉
文件大小:58KB
文件格式:ZIP
更新时间:2024-06-20 06:33:41
CSS
你好凤凰
这里没什么有趣的,只是玩灵药和卡桑德拉。
创建键空间和表
CREATE KEYSPACE stats_development
WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 1 };
CREATE TABLE stats_development.events (
id uuid PRIMARY KEY,
data map
【文件预览】:
phoenix-cassandra-app-master
----brunch-config.js(1KB)
----mix.exs(1KB)
----config()
--------prod.exs(2KB)
--------test.exs(520B)
--------config.exs(849B)
--------dev.exs(1KB)
----package.json(289B)
----priv()
--------static()
----test()
--------support()
--------controllers()
--------views()
--------test_helper.exs(226B)
----mix.lock(2KB)
----.gitignore(596B)
----web()
--------models()
--------router.ex(576B)
--------templates()
--------web.ex(2KB)
--------controllers()
--------static()
--------views()
----lib()
--------hello_phoenix.ex(1002B)
--------hello_phoenix()
----README.md(538B)