# sprint-1 -release notes and readme.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/659b4329 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/659b4329 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/659b4329 Branch: refs/heads/master Commit: 659b4329fb8936d2955a441281359274b25ee8fb Parents: b5e8971 Author: Dmitiry Setrakyan <dsetrak...@gridgain.com> Authored: Mon Feb 16 11:19:31 2015 -0800 Committer: Dmitiry Setrakyan <dsetrak...@gridgain.com> Committed: Mon Feb 16 11:19:31 2015 -0800 ---------------------------------------------------------------------- docs/ignite_readme.md | 12 ++++++------ docs/ignite_readme.pdf | Bin 76810 -> 77136 bytes docs/release_notes.md | 16 ++++++++++++++++ docs/release_notes.pdf | Bin 19018 -> 33174 bytes 4 files changed, 22 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/659b4329/docs/ignite_readme.md ---------------------------------------------------------------------- diff --git a/docs/ignite_readme.md b/docs/ignite_readme.md index a238109..58de4fc 100644 --- a/docs/ignite_readme.md +++ b/docs/ignite_readme.md @@ -10,14 +10,14 @@ Ignite In-Memory Data Fabric is designed to deliver uncompromised performance fo Following main components are included in the fabric: * `Advanced Clustering` - support for auto-discovery of cluster nodes in any environment, including, public clouds (e.g. AWS), private clouds, or hybrid clouds. +* `Compute Grid` - includes distributed clustering, messaging, events, and computational features. +* `Data Grid` - partitioned in-memory key-value store with support for ACID transactions, off-heap memory, SQL, and more. +* `Service Grid` - support for managed user-defined services, like cluster singletons, node-singletons, and services with custom deployment topology. +* `Distributed Data Structures` - support for common distributed data structures, like maps, sets, queues, atomics, etc. +* `Streaming & CEP` - supports event workflow, rolling data windows and indexing, continuous querying, and more. +* `Distributed Filesystem` - distributed Hadoop-compliant in-memory file system. * `Distributed Messaging` - support for topic-based and point-to-point message exchange between cluster nodes. * `Distributed Events` - support for cluster-wide event notifications. -* `Managed Services` - support for managed user-defined services, like cluster singletons, node-singletons, and services with custom deployment topology. -* `Distributed Data Structures` - support for common distributed data structures, like maps, sets, queues, atomics, etc. -* `In-Memory Compute Grid` - includes distributed clustering, messaging, events, and computational features. -* `In-Memory Data Grid` - partitioned in-memory key-value store with support for ACID transactions, off-heap memory, SQL, and more. -* `In-Memory Streaming` - supports event workflow, rolling data windows and indexing, continuous querying, and more. -* `In-Memory Filesystem` - distributed Hadoop-compliant in-memory file system. ## 2. Apache Ignite Installation Ignite distribution comes in a ZIP file that simply needs to be unzipped, and `IGNITE_HOME` environment variable can optionally be set to point to it. http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/659b4329/docs/ignite_readme.pdf ---------------------------------------------------------------------- diff --git a/docs/ignite_readme.pdf b/docs/ignite_readme.pdf index c270d15..175d59b 100644 Binary files a/docs/ignite_readme.pdf and b/docs/ignite_readme.pdf differ http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/659b4329/docs/release_notes.md ---------------------------------------------------------------------- diff --git a/docs/release_notes.md b/docs/release_notes.md new file mode 100755 index 0000000..592c7f3 --- /dev/null +++ b/docs/release_notes.md @@ -0,0 +1,16 @@ +<center> + +</center> +##Apache Ignite In-Memory Data Fabric 1.0 +This is the first release of Apache Ignite project. The source code is based on the 7 year old GridGain In-Memory Data Fabric, open source edition, v. 6.6.2, which was donated to Apache Software Foundation in September 2014. + +The main feature set of Ignite In-Memory Data Fabric includes: +* Advanced Clustering +* Compute Grid +* Data Grid +* Service Grid +* IGFS - Ignite File System +* Distributed Data Structures +* Distributed Messaging +* Distributed Events +* Streaming & CEP \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/659b4329/docs/release_notes.pdf ---------------------------------------------------------------------- diff --git a/docs/release_notes.pdf b/docs/release_notes.pdf index fe5e307..f08bba5 100644 Binary files a/docs/release_notes.pdf and b/docs/release_notes.pdf differ