Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iliya Manolov
neoppod
Commits
098d06b0
Commit
098d06b0
authored
Sep 11, 2011
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve README
parent
04b882ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
4 deletions
+35
-4
README
README
+35
-4
No files found.
README
View file @
098d06b0
...
@@ -14,8 +14,9 @@ A NEO cluster is composed of the following types of nodes:
...
@@ -14,8 +14,9 @@ A NEO cluster is composed of the following types of nodes:
- "storage" nodes (mandatory, 1 or more)
- "storage" nodes (mandatory, 1 or more)
Stores data in a MySQL database. All available storage nodes are in use
Stores data in a MySQL database, preserving history. All available storage
simultaneously. This offers redundancy and data distribution.
nodes are in use simultaneously. This offers redundancy and data distribution.
Other storage backends than MySQL are considered for future release.
- "admin" nodes (mandatory for startup, optional after)
- "admin" nodes (mandatory for startup, optional after)
...
@@ -26,6 +27,17 @@ A NEO cluster is composed of the following types of nodes:
...
@@ -26,6 +27,17 @@ A NEO cluster is composed of the following types of nodes:
Well... Something needing to store/load data in a NEO cluster.
Well... Something needing to store/load data in a NEO cluster.
ZODB API is fully implemented except:
- pack: only old revisions of objects are removed for the moment
(full implementation is considered)
- blobs: not implemented (not considered yet)
There is a simple way to convert FileStorage to NEO and back again.
See also http://www.neoppod.org/links for more detailed information about
features related to scalability.
Disclaimer
Disclaimer
==========
==========
...
@@ -113,7 +125,7 @@ configuration file.
...
@@ -113,7 +125,7 @@ configuration file.
Shutting down
Shutting down
-------------
-------------
There no administration command yet to stop properly a running cluster.
There
is
no administration command yet to stop properly a running cluster.
So following manual actions should be done:
So following manual actions should be done:
a. Make sure all clients like Zope instances are stopped, so that cluster
a. Make sure all clients like Zope instances are stopped, so that cluster
...
@@ -126,7 +138,7 @@ Deployment
...
@@ -126,7 +138,7 @@ Deployment
==========
==========
NEO has no built-in deployment features such as process daemonization. We use
NEO has no built-in deployment features such as process daemonization. We use
supervisor
with configuration like below::
`supervisor <http://supervisord.org/>`_
with configuration like below::
[group:neo]
[group:neo]
programs=master_01,storage_01,admin
programs=master_01,storage_01,admin
...
@@ -145,3 +157,22 @@ supervisor with configuration like below::
...
@@ -145,3 +157,22 @@ supervisor with configuration like below::
priority=3
priority=3
command=neoadmin -c neo -s admin -f /neo/neo.conf
command=neoadmin -c neo -s admin -f /neo/neo.conf
user=neo
user=neo
Developers
==========
Developers interested in NEO may refer to
`NEO Web site <http://www.neoppod.org/>`_ and subscribe to following mailing
lists:
- `neo-users <http://mail.tiolive.com/mailman/listinfo/neo-users>`_:
users discussion
- `neo-dev <http://mail.tiolive.com/mailman/listinfo/neo-dev>`_:
developers discussion
- `neo-report <http://mail.tiolive.com/mailman/listinfo/neo-report>`_:
automated test results (read-only list)
Commercial Support
==================
Nexedi provides commercial support for NEO: http://www.nexedi.com/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment