Re:Re: Re:[VOTE] Accept Answer into the Apache Incubator
+1 nonbinding. Good luck! At 2023-10-07 10:30:00, "张铎(Duo Zhang)" wrote: >+1 binding > >Interesting project, good luck! > >Xin Wang 于2023年10月7日周六 11:00写道: >> >> +1 binding >> >> >> Eason Chen 于2023年10月7日 周六09:58写道: >> >> > +1 >> > >> > On Sat, Oct 7, 2023 at 9:34 AM Yu Xiao wrote: >> > > >> > > + 1 (binding) >> > > >> > > Best wishes! >> > > >> > > >> > > KimmKing 于2023年10月5日周四 14:59写道: >> > > > >> > > > There will be some preferred names for discussion or not? My >> > Suggestion is OpenAnswer/Openswer. >> > > > >> > > > >> > > > >> > > > >> > > > -- >> > > > >> > > > Kimm King(kimmk...@apache.org/kimmk...@163.com) >> > > > Apache Dubbo&ShardingSphere PMC Member >> > > > github&twitter: kimmking >> > > > >> > > > >> > > > >> > > > >> > > > >> > > > At 2023-10-05 14:55:27, "KimmKing" wrote: >> > > > >+1, nobinding >> > > > > >> > > > > >> > > > > >> > > > > >> > > > >-- >> > > > > >> > > > >Kimm King(kimmk...@apache.org/kimmk...@163.com) >> > > > >Apache Dubbo&ShardingSphere PMC Member >> > > > >github&twitter: kimmking >> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > >At 2023-10-03 08:17:16, "Willem Jiang" >> > wrote: >> > > > >>Following up the [DISCUSS] thread on Answer [1] I would like to call >> > a >> > > > >>VOTE to accept into the Apache Incubator. >> > > > >> >> > > > >>Answer is a question-and-answer (Q&A) platform software for teams at >> > > > >>any scale to build a help center, knowledge base, community forum, >> > > > >>etc. >> > > > >> >> > > > >>Please cast your vote: >> > > > >> >> > > > >> [ ] +1, bring into the Incubator >> > > > >> [ ] +0, I don't care either way >> > > > >> [ ] -1, do not bring Answer into the Incubator, because... >> > > > >> >> > > > >>The vote will open at least for 72 hours and only votes from the >> > > > >>Incubator PMC are binding, but votes from everyone are welcome. >> > > > >> >> > > > >>Please check out the Answer Proposal from the incubator wiki[2]. >> > > > >> >> > > > >>[1]https://lists.apache.org/thread/42tvz3rqfy4w5poqgslh71sm1o1td7zn >> > > > >>[2] >> > https://cwiki.apache.org/confluence/display/INCUBATOR/Answer+Proposal >> > > > >> >> > > > >>Best Regards, >> > > > >> >> > > > >>Willem Jiang >> > > > >> >> > > > >>Twitter: willemjiang >> > > > >>Weibo: 姜宁willem >> > > > >> >> > > > >>- >> > > > >>To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org >> > > > >>For additional commands, e-mail: general-h...@incubator.apache.org >> > > >> > > - >> > > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org >> > > For additional commands, e-mail: general-h...@incubator.apache.org >> > > >> > >> > - >> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org >> > For additional commands, e-mail: general-h...@incubator.apache.org >> > >> > > >- >To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org >For additional commands, e-mail: general-h...@incubator.apache.org
[ANNOUNCE] Apache Pekko (Incubating) Persistence Cassandra 1.0.0 available
Hi everyone, The Apache Pekko (Incubating) Team is happy to announce the release of Apache Pekko (Incubating) Persistence Cassandra 1.0.0. Apache Pekko (Incubating) is an open source toolkit and runtime simplifying the construction of concurrent and distributed applications on the JVM. It is a fork of Akka and has come about because Akka has moved from being Apache licensed to being licensed under a Business Software License. Download Links: https://pekko.apache.org/download.html#pekko-persistence-cassandra Website: https://pekko.apache.org/ Issues: https://github.com/apache/incubator-pekko-persistence-cassandra/issues Mailing list: d...@pekko.apache.org Jars are published to Maven Central using the groupId: org.apache.pekko Thanks to everyone who participated in the development and release. Apache Pekko (Incubating) Team === *Disclaimer* Apache Pekko (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. - To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org
Re: [DISCUSS] Incubating Proposal of ResilientDB
+1. btw, I assume we will have an official vote thread (start with [VOTE]) later? Thanks, JP Atri Sharma 于2023年10月3日周二 19:24写道: > We want to propose ResilientDB as a new Apache Incubator project. > > ResilientDB[1] is a distributed blockchain framework that is written > in C++ and integrates with Byzantine Fault-Tolerant (BFT) and Crash > Fault-Tolerant (CFT) consensus protocols. Code is present at [2]. > > Key features: > > Provides a scalable client-server architecture. Each developer can use > the ResilientDB framework to deploy a replicated service acting as a > service. The developer can choose the desired number of replicas and > the number of clients its system should tolerate. > > Provides native integration with PBFT consensus protocol – arguably > the most popular BFT consensus protocol. PBFT helps replicas reach an > agreement for ordering the client's requests. > > Provides a mechanism to simulate the failure of different replicas > (including the leader). > > Provides a correct implementation of the view-change protocol that > replaces a faulty (or malicious) leader and moves all replicas to the > new view. > > Provides checkpoint and recovery protocols to facilitate garbage > collection, recovery of failed replicas, and durably logging of the > blockchain state. > > Eases development and testing of newer and optimized BFT and CFT > consensus protocols. > Provides clients with support for three different application interfaces: > > Key-Value Stores - where client transactions include key-value pairs. > > Smart Contracts - where clients issue smart contracts in Solidity for > processing. > > UTXO - where clients issue unspent transactions similar to ones in Bitcoin. > > Facilitates benchmarking system/protocol performance with the help of > existing benchmarks, such as YCSB [SoCC’10] and Diablo [EuroSys’23]. > > Stores non-volatile ledger (blockchain) in memory and for further > durability, provides APIs to store both client data and blockchain in > LevelDB and RocksDB. > > > The serving mentors would be: > > Junping Du > > Calvin Kirs > > Kevin Ratnasekera > > Roman Shaposhnik > > Christian Grobmeier > > and I shall be serving as the Champion. > > We have not done a trademark check yet for the name but that can be > pursued independently. > > [1] > https://cwiki.apache.org/confluence/display/INCUBATOR/ResilientDBProposal > [2] https://github.com/resilientdb/resilientdb > > Atri > > - > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org > For additional commands, e-mail: general-h...@incubator.apache.org > >
Re: [VOTE] Accept Answer into the Apache Incubator
+1 (binding) Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Tue, Oct 3, 2023 at 8:17 AM Willem Jiang wrote: > > Following up the [DISCUSS] thread on Answer [1] I would like to call a > VOTE to accept into the Apache Incubator. > > Answer is a question-and-answer (Q&A) platform software for teams at > any scale to build a help center, knowledge base, community forum, > etc. > > Please cast your vote: > > [ ] +1, bring into the Incubator > [ ] +0, I don't care either way > [ ] -1, do not bring Answer into the Incubator, because... > > The vote will open at least for 72 hours and only votes from the > Incubator PMC are binding, but votes from everyone are welcome. > > Please check out the Answer Proposal from the incubator wiki[2]. > > [1]https://lists.apache.org/thread/42tvz3rqfy4w5poqgslh71sm1o1td7zn > [2]https://cwiki.apache.org/confluence/display/INCUBATOR/Answer+Proposal > > Best Regards, > > Willem Jiang > > Twitter: willemjiang > Weibo: 姜宁willem - To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org