Difference between revisions of "InfiniSQL"

From Free Software Directory
Jump to: navigation, search
(InfiniSQL is a free (libre) NewSQL database system. It supports very high transaction scalability due to its unique actor-based architecture for massively concurrent operations.)
 
(Fix version)
 
(3 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
|Name=InfiniSQL
 
|Name=InfiniSQL
 
|Short description=Massively Scalable RDBMS
 
|Short description=Massively Scalable RDBMS
|Full description=InfiniSQL is a free (libre) distributed in-memory NewSQL relational database management system (RDBMS). It excels at performing complex transactions which involve records on multiple server nodes. It is engineered around the actor model of concurrent programming, which enables unique scalability capabilities. InfiniSQL is currently in an alpha state, and the project is eagerly seeking developers, early adopters, and people who want to help build a community around it.
+
|Full description=InfiniSQL is a distributed in-memory NewSQL relational database management system (RDBMS). It excels at performing complex transactions which involve records on multiple server nodes. It is engineered around the actor model of concurrent programming, which enables unique scalability capabilities. InfiniSQL is currently in an alpha state, and the project is eagerly seeking developers, early adopters, and people who want to help build a community around it.
 
|Homepage URL=http://www.infinisql.org
 
|Homepage URL=http://www.infinisql.org
 
|User level=intermediate
 
|User level=intermediate
 
|VCS checkout command=git clone git://github.com/infinisql/infinisql.git
 
|VCS checkout command=git clone git://github.com/infinisql/infinisql.git
 
|Computer languages=C++ Python Perl
 
|Computer languages=C++ Python Perl
|Documentation note=Over 100 pages of overview, guide, reference and FAQ are available at http://www.infinisql.org/docs/index/
+
|Documentation note=Over [http://www.infinisql.org/docs/index/ 100 pages] of overview, guide, reference and FAQ are available at
|IRC help=http://irc.freenode.net/#infinisql
+
|IRC help=irc://irc.freenode.net/infinisql
|IRC general=http://irc.freenode.net/#infinisql
+
|IRC general=irc://irc.freenode.net/infinisql
|IRC development=http://irc.freenode.net/#infinisql
+
|IRC development=irc://irc.freenode.net/infinisql
 
|Keywords=SQL database scalable RDBMS
 
|Keywords=SQL database scalable RDBMS
|Version identifier=v0.1.2-alpha
+
|Version identifier=0.1.2-alpha
 
|Version date=2013/11/05
 
|Version date=2013/11/05
 
|Version status=alpha
 
|Version status=alpha
Line 18: Line 18:
 
|Version comment=Alpha version of InfiniSQL. Corresponds with documentation at http://www.infinisql.org/docs/index/
 
|Version comment=Alpha version of InfiniSQL. Corresponds with documentation at http://www.infinisql.org/docs/index/
 
Initial release intended for public consumption.
 
Initial release intended for public consumption.
|Last review by=mtravis
+
|Last review by=Jgay
|Last review date=2013/11/17
+
|Last review date=2013/11/19
 
|Submitted by=mtravis
 
|Submitted by=mtravis
 
|Submitted date=2013/11/17
 
|Submitted date=2013/11/17
Line 26: Line 26:
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=AGPLv3
+
|License=GPLv3
}}
+
|License copyright=Copyright 2013 Mark Travis <mtravis15432+src@gmail.com>
{{Project license
+
|License verified by=Bencook
|License=LGPLv3
+
|License verified date=2013/12/13
 +
|License note=Copyright (c) 2013 Mark Travis <mtravis15432+src@gmail.com>
 +
All rights reserved. No warranty, explicit or implicit, provided.
 +
 +
InfiniSQL is free software: you can redistribute it and/or modify
 +
it under the terms of the GNU General Public License version 3
 +
as published by the Free Software Foundation.
 +
 
 +
InfiniSQL is distributed in the hope that it will be useful,
 +
but WITHOUT ANY WARRANTY; without even the implied warranty of
 +
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 +
GNU General Public License for more details.
 +
 
 +
You should have received a copy of the GNU General Public License
 +
along with InfiniSQL. If not, see <http://www.gnu.org/licenses/>.
 
}}
 
}}
 
{{Person
 
{{Person
Line 35: Line 49:
 
|Role=Founder
 
|Role=Founder
 
|Email=mtravis@infinisql.org
 
|Email=mtravis@infinisql.org
|Resource URL=
 
}}
 
{{Person
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
Line 46: Line 57:
 
|Internet-application=server
 
|Internet-application=server
 
|Library=C++
 
|Library=C++
|Program-build-automation=make-related
 
 
|Programming-language=C++, perl, python
 
|Programming-language=C++, perl, python
 
|Protocol=ip
 
|Protocol=ip
 
|Software-development=database-application-development
 
|Software-development=database-application-development
 
|Use=internet-application
 
|Use=internet-application
|Version-control=git
 
 
|Works-with=database, sql
 
|Works-with=database, sql
 
}}
 
}}

Latest revision as of 09:14, 30 June 2019


[edit]

InfiniSQL

http://www.infinisql.org
Massively Scalable RDBMS

InfiniSQL is a distributed in-memory NewSQL relational database management system (RDBMS). It excels at performing complex transactions which involve records on multiple server nodes. It is engineered around the actor model of concurrent programming, which enables unique scalability capabilities. InfiniSQL is currently in an alpha state, and the project is eagerly seeking developers, early adopters, and people who want to help build a community around it.





Licensing

License

Verified by

Verified on

Notes

License

GPLv3

Verified by

Bencook

Verified on

13 December 2013

Notes

Copyright (c) 2013 Mark Travis <mtravis15432+src@gmail.com>

All rights reserved. No warranty, explicit or implicit, provided.

InfiniSQL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation.

InfiniSQL is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License

along with InfiniSQL. If not, see <http://www.gnu.org/licenses/>.




Leaders and contributors

Contact(s)Role
Mark Travis Founder


Resources and communication

Software prerequisites

KindDescription
Required to useLockless Allocator
Source requirementMessage Pack
Required to buildGCC g++ >= 4.7
Required to usePython modules argparse, msgpack-python, pyzmq
Source requirement0mq (Zero MQ)
Source requirementPerl Compatible Regular Expressions (pcre)
Source requirementBoost Headers >= 1.53
Required to buildflex
Source requirementCrypto++
Required to usePostgreSQL Client
Required to buildbison
Required to usePerl modules DBD::Pg, Data::MessagePack
Source requirementLZ4 library
Required to buildAutotools (automake, autoconf, libtool)




Entry








"Founder" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.






































Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.