From 73fbe19fed4093aeaf3842d88638b2b1b070ece2 Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Sun, 7 Jun 2020 17:23:50 +0300 Subject: [PATCH] Commend some irrelevant parts of README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a6e6ed99..4bd6df9f 100644 --- a/README.md +++ b/README.md @@ -63,17 +63,17 @@ In this section we will try to cover DataForge main ideas in the form of questio * **Context encapsulation**. Every DataForge task is executed in some context. The context isolates environment for the task and also works as dependency injection base and specifies interaction of the task with the external world. -
+
-**Q:** Declarations and metadata are good, but I want my scripts back! +
@@ -88,12 +88,12 @@ In this section we will try to cover DataForge main ideas in the form of questio **Q:** How does DataForge compare to cluster computation frameworks like Hadoop or Spark? **A:** Again, it is not the purpose of DataForge to replace cluster software. DataForge has some internal parallelism mechanics and implementations, but they are most certainly worse then specially developed programs. Still, DataForge is not fixed on one single implementation. Your favourite parallel processing tool could be still used as a back-end for the DataForge. With full benefit of configuration tools, integrations and no performance overhead. - +