From 4af9a9df5b73e18de229abae72e2769c875d7588 Mon Sep 17 00:00:00 2001 From: Roshan George <93831830+roshangeorge97@users.noreply.github.com> Date: Sat, 15 Apr 2023 01:19:39 +0530 Subject: [PATCH 1/2] Create rfc-0021-CassandraDBsupport.md --- problem/rfc-0021-CassandraDBsupport.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 problem/rfc-0021-CassandraDBsupport.md diff --git a/problem/rfc-0021-CassandraDBsupport.md b/problem/rfc-0021-CassandraDBsupport.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/problem/rfc-0021-CassandraDBsupport.md @@ -0,0 +1 @@ + From 570f6657e03e285d7ec530721f4b9a0c87c3c3c2 Mon Sep 17 00:00:00 2001 From: Roshan George <93831830+roshangeorge97@users.noreply.github.com> Date: Sat, 15 Apr 2023 01:26:14 +0530 Subject: [PATCH 2/2] Added Initial Support for Cassandra DB Added the basic Initial Support for Cassandra DB. --- problem/rfc-0021-CassandraDBsupport.md | 29 ++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/problem/rfc-0021-CassandraDBsupport.md b/problem/rfc-0021-CassandraDBsupport.md index 8b13789..f7643ad 100644 --- a/problem/rfc-0021-CassandraDBsupport.md +++ b/problem/rfc-0021-CassandraDBsupport.md @@ -1 +1,30 @@ +# Added Initial Support for Cassandra DB + +- Implementation Owner: (your github @roshangeorge97) + +## Summary + +[summary]: #summary + + +Added the basic Initial Support for Cassandra DB, Methods from the Utopia PHP class have been utilized to the maximum. Unit Tests have been ran for getSession() method. A blog on the setup have been published on Hashnode. + +## Problem Statement (Step 1) + +[problem-statement]: #problem-statement + +**What problem are you trying to solve?** + +The Problem was apart of Github Octernship program. + +### Documentation & Content + +Published Blog : [Adding the Cassandra DB Support to Appwrite](https://cryptophase.hashnode.dev/adding-the-cassandra-db-support-to-appwrite) + + +### Future possibilities + +[future-possibilities]: #future-possibilities + +- Getting all the functions in Utopia PHP classes applicable