gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-marketing] branch master updated: dead


From: gnunet
Subject: [taler-marketing] branch master updated: dead
Date: Mon, 30 Oct 2023 12:06:42 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository marketing.

The following commit(s) were added to refs/heads/master by this push:
     new 1041bec  dead
     new ef546fc  Merge branch 'master' of git+ssh://git.taler.net/marketing
1041bec is described below

commit 1041becff098aeb18bce04bd54741c812bfda4d2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Oct 30 12:06:14 2023 +0100

    dead
---
 student-projects/indexeddb-node.txt | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/student-projects/indexeddb-node.txt 
b/student-projects/indexeddb-node.txt
deleted file mode 100644
index 9551f49..0000000
--- a/student-projects/indexeddb-node.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-Project Title: High performance backend for IndexedDB in Node.JS with 
TypeScript
-
-Prerequisites:  Basic knowledge of JavaScript/TypeScript, basic familiarity
-with relational and non-relational databases.  Familiarity with SQL and
-node.js is a plus.
-
-IndexedDB is the standardized transactional database system for the Web
-platform.  Progressive Web applications and browser extensions use IndexedDB to
-manage large amounts of structured data.
-
-While IndexedDB is supported by a significant majority of browsers currently in
-use, support for IndexedDB in JavaScript applications outside of the browser is
-severely lacking.  This makes it difficult to write applications that use
-persistent transactional data storage and can run both in the browser and on
-other platforms such as Node.JS.
-
-The standardized API of IndexedDB is relatively small and simple when compared
-to SQL dialects, and as such it is relatively simple to write an implementation
-of IndexedDB.
-
-The idb-bridge package (developed as part of the GNU Taler project) already
-provides a TypeScript/Node.JS implementation of the IndexedDB API with a single
-JSON file as a backend.  However, this implementation suffers from major
-performance issues and does not support concurrent access.
-
-The goal of this project is to design, implement and benchmark a new storage
-backend for IndexedDB in TypeScript based on the existing bridge-idb project.
-A potential candidate for the improved storage backend is SQLite3, but other
-choices (such as LevelDB) can be evaluated as well.
-
-Further resources:
-* https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API
-* https://www.w3.org/TR/IndexedDB/
-* https://git.taler.net/wallet-core.git/tree/packages/idb-bridge
-* https://hg.mozilla.org/mozilla-central/file/tip/dom/indexedDB/Key.cpp

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]