1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < title > Create Cassandra</ title >
6+ </ head >
7+ < body >
8+ < form action ="/createTableCassandra/{{client_id}}/{{client_key}}/{{bundle_path}} " method ="POST ">
9+ < h1 > Create Table in Cassandra</ h1 >
10+ < h2 > For online Cassandra - DataStax, make sure your keyspace is already created.< br >
11+ Hence, leave the Class and Replication Factor fields blank. </ h2 >
12+ < h2 > For offline Cassandra, if your keyspace doesn't exist already, enter details in all the fields.< br >
13+ If keyspace exists, leave the Class and Replication Factor fields blank. </ h2 >
14+ < table >
15+ < tr > < td > Keyspace name: </ td > < td > < input type ="text " name ="db " id ="db "> </ td > </ tr >
16+ < tr > < td > Class: </ td > < td > < input type ="text " name ="class " id ="class "> </ td > </ tr >
17+ < tr > < td > Replication Factor: </ td > < td > < input type ="text " name ="rf " id ="rf "> </ td > </ tr >
18+ < tr > < td > Table name: </ td > < td > < input type ="text " name ="table " id ="table "> </ td > </ tr >
19+ < tr > < td > Attributes: </ td > < td > < input type ="text " name ="attr " id ="attr "> </ td > </ tr >
20+ < tr > < td colspan ="2 "> < input type ="submit " value ="Create "> </ td > </ tr >
21+ </ table >
22+ </ form >
23+ </ body >
24+ </ html >
0 commit comments