Difference between revisions of "InfiniSQL"
(Fix version) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
|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 [http://www.infinisql.org/docs/index/ 100 pages] of overview, guide, reference and FAQ are available at | + | |Documentation note=Over [http://www.infinisql.org/docs/index/ 100 pages] of overview, guide, reference and FAQ are available at |
|IRC help=irc://irc.freenode.net/infinisql | |IRC help=irc://irc.freenode.net/infinisql | ||
|IRC general=irc://irc.freenode.net/infinisql | |IRC general=irc://irc.freenode.net/infinisql | ||
|IRC development=irc://irc.freenode.net/infinisql | |IRC development=irc://irc.freenode.net/infinisql | ||
|Keywords=SQL database scalable RDBMS | |Keywords=SQL database scalable RDBMS | ||
− | |Version identifier= | + | |Version identifier=0.1.2-alpha |
|Version date=2013/11/05 | |Version date=2013/11/05 | ||
|Version status=alpha | |Version status=alpha | ||
Line 26: | Line 26: | ||
}} | }} | ||
{{Project license | {{Project license | ||
− | |License= | + | |License=GPLv3 |
− | |License copyright=Copyright | + | |License copyright=Copyright 2013 Mark Travis <mtravis15432+src@gmail.com> |
− | |License verified by= | + | |License verified by=Bencook |
− | |License verified date=2013/ | + | |License verified date=2013/12/13 |
|License note=Copyright (c) 2013 Mark Travis <mtravis15432+src@gmail.com> | |License note=Copyright (c) 2013 Mark Travis <mtravis15432+src@gmail.com> | ||
All rights reserved. No warranty, explicit or implicit, provided. | 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. | |
− | |||
− | |||
− | |||
− | |||
− | by the Free Software Foundation | ||
− | |||
InfiniSQL is distributed in the hope that it will be useful, | InfiniSQL is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
− | GNU | + | GNU General Public License for more details. |
− | You should have received a copy of the GNU | + | You should have received a copy of the GNU General Public License |
− | along with InfiniSQL. | + | along with InfiniSQL. If not, see <http://www.gnu.org/licenses/>. |
− | |||
− | If not, see <http://www.gnu.org/licenses/>. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Person | {{Person |
Latest revision as of 09:14, 30 June 2019
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.
Download
https://github.com/infinisql/infinisql/archive/v0.1.2-alpha.tar.gz
Categories
- Business:ecommerce
- Database:application
- Database:server
- Database:sql
- Interface:command-line
- Internet-application:server
- Library:C++
- Programming-language:C++
- Programming-language:perl
- Programming-language:python
- Protocol:ip
- Runs-on:GNU/Linux
- Software-development:database-application-development
- Use:internet-application
- Works-with:database
- Works-with:sql
Licensing
License
Verified by
Verified on
Notes
License
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
Kind | Description |
---|---|
Required to use | Lockless Allocator |
Source requirement | Message Pack |
Required to build | GCC g++ >= 4.7 |
Required to use | Python modules argparse, msgpack-python, pyzmq |
Source requirement | 0mq (Zero MQ) |
Source requirement | Perl Compatible Regular Expressions (pcre) |
Source requirement | Boost Headers >= 1.53 |
Required to build | flex |
Source requirement | Crypto++ |
Required to use | PostgreSQL Client |
Required to build | bison |
Required to use | Perl modules DBD::Pg, Data::MessagePack |
Source requirement | LZ4 library |
Required to build | Autotools (automake, autoconf, libtool) |
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.