Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sirixdb/brackit

Query processor with proven optimizations, ready to use for your JSON store to query semi-structured data with JSONiq. Can also be used as an ad-hoc in-memory query processor.
https://github.com/sirixdb/brackit

Fix compile error

a69caab1cc6d81af83affc777094cbe3c14fc23d authored over 2 years ago
Minor refactoring regarding simpler Java code

825c472c72ac5b547b9050ca8808f2bf0a1b0b41 authored over 2 years ago
Merge pull request #37 from AlvinKuruvilla/master

First pass implementation of Sebastian's parallel branch

b0935134bcf0c7faf599e648be2cbfa328f665f9 authored over 2 years ago
Finish supporting Sebastian's parallel implementation

This commit finishes porting over Sebastian's parallel implementation.
This is the second part o...

4420589a569752daeae8ed6b2700ecb698594d99 authored over 2 years ago
Add a Split class and split API to Iter

Split separate iterator for the first half of the remaining items, into
equally sized pieces of ...

a2d96c180633dc537de077a951882b6d26c611a4 authored over 2 years ago
Fix examples

9c38c1c1e8fb7e1cfc929f09165f24078cafe54b authored over 2 years ago
Update StoreAndQuery.java

c23b4b8cf267eff5e6215c131865ee6090750029 authored over 2 years ago
Update LoadAndQuery.java

2f0d7bbfa9597b438f062b4022ff79acb991251d authored over 2 years ago
Update LibraryModules.java

46dfc2741b9d00afb1d5870f9bb519d9432fd6cb authored over 2 years ago
Update Simple.java

7b7cfa72866edaf178f60f4ec2e92729a74a61b9 authored over 2 years ago
Merge pull request #35 from AlvinKuruvilla/master

Fix build warning about maven-source-plugin missing version

5641fb16b92955b6d06345a354a28403c382a1ae authored over 2 years ago
Fix BigDecimal setScale(int, int) deprecation.

setScale(int, int) is deprecated this commit replaces it with
setScale(int, RoundingMode)

9c63e6207834dcf62f18e0062ea2b78a6a185a68 authored over 2 years ago
Fix build warning about maven-source-plugin missing version

I noticed that while running ```mvn package``` it would complain that
``` [WARNING] 'build.plugi...

08768b7642bf52ca8238c6576715abe506f0025f authored over 2 years ago
Fix parser regarding deref descendant step with variable refs

0e7d7bf8e4f0ff38ce173c033dadb22f280726f2 authored almost 3 years ago
Merge remote-tracking branch 'origin/master'

d21a4d6e986df62a7e9cb0426d4253c3a4615356 authored almost 3 years ago
Fix parser regarding deref descendant step with variable refs

d6d1c18e3738193f2af09912e6a9d5b98d270d75 authored almost 3 years ago
Update README.MD

4244616c7f0bd3724a106af3571195b816dcd995 authored almost 3 years ago
Fix deref descendant step

ab82f63222c70e16fdc420d627fb232f48fd1888 authored almost 3 years ago
Cleanup code for set-oriented operators

c1c6f85031c134a226ee0d1519194ea43f041605 authored almost 3 years ago
Add new path kind, as we have to escape [] in object field steps to distinguish from array steps, but not in XML

66be33f58a3ad698ca2924ec6d829db106c9b303 authored almost 3 years ago
Merge remote-tracking branch 'origin/master'

949e369a10613eaccb527fe93a92c348a45cf1fa authored almost 3 years ago
Fix JSON path stuff. TODO: Maybe get rid of the qname stuff all together

4a0cdde4539b3a75b38c377818c5895ec4255916 authored almost 3 years ago
Update README.MD

b7746a2fded295cb89486947bfa6fb8bed1c02c7 authored almost 3 years ago
Update README.MD

336a7f86ce82cda6d9d95a44bddfc16039b4350c authored almost 3 years ago
Update README.MD

57c75f5a9438765df1b3dbfc752abbc5d08a6cd6 authored almost 3 years ago
Update README.MD

ab4ba77313d57812ecca7088cfb82a32d47e9e24 authored almost 3 years ago
Merge remote-tracking branch 'origin/master'

af88a59c0efb8462167ed76deb44d3893a749232 authored almost 3 years ago
Fix wildcard matches

dd83dfee9efc956cf5e5dfd4f974a376e310f029 authored almost 3 years ago
Update README.MD

7cbdbf5f40117696d4eba95a1d6588ddd9ae5c80 authored almost 3 years ago
Update README.MD

03789bedbf9f6b837ce1fb0fa903d6219eb85445 authored almost 3 years ago
Update README.MD

a8d9e118035cf9b30e5cba805d77f1bad4ba26e1 authored almost 3 years ago
Update README.MD

3a9da65e35cb7b906a605d2f1452cf407ee2b19a authored almost 3 years ago
Update README.MD

519c38cf29262081010922b97a25d0eadfe7d1b4 authored almost 3 years ago
[maven-release-plugin] prepare for next development iteration

947cb343c7bedf1e566b49d8fc9f2c674c5252fd authored almost 3 years ago
[maven-release-plugin] prepare release brackit-0.1.10

337024208ff2408982d1d608381563482a022b92 authored almost 3 years ago
Update README.MD

0094745fde07e97c4ee56e7b7662019f93c49c20 authored almost 3 years ago
Update README.MD

0a95325ebc22346060c9d26256f3a797ce360020 authored almost 3 years ago
Update README.MD

fbdddb9617ec64d51d4d59538f6f95f0a2391f48 authored almost 3 years ago
Update README.MD

3434c18ccada533faa88d8754a7787e54c4bce9e authored almost 3 years ago
Update README.MD

43742dbba97a218e3c0936da0f9c0f2babc0fb08 authored almost 3 years ago
Update README.MD

612666382468c0cf9a4d7aa316bf38e72b324e3c authored almost 3 years ago
Update README.MD

3535fa00ba59066a23ab16f32e1d7505f5f4d867 authored almost 3 years ago
Update README.MD

4ad2ec81208d663e18c6385839b864247c9cd937 authored almost 3 years ago
Add test-jar generation again

7fe502ab6df9c0501f663044a39f7ba597eb14b2 authored almost 3 years ago
Minor change

7497e36136a823d562690725b5873d2742bc98bb authored almost 3 years ago
Add JAR with dependencies

2957b53756b452cab52d86708c2170b5cd966338 authored almost 3 years ago
Fix CLI

5dfd672b985a1bf6a8ed6880718db9d357962539 authored almost 3 years ago
Merge remote-tracking branch 'origin/master'

f5e0dc1793498728a6503447e144832cbad22ade authored almost 3 years ago
Add most recent changes regarding the CLI and a test + minor cleanups

665dabec5d0bb9d5b37df70f928f1c8755bec7ec authored almost 3 years ago
Update README.MD

033bd9bf95cb889ddcb383a3993f7d19e77b5129 authored almost 3 years ago
Merge remote-tracking branch 'origin/master'

2bbde5e8ccd095ebda367d3c3216f8e803253fa0 authored almost 3 years ago
Add most recent changes

efea9fc2950abaeddc2d73e0f2b20df6607efdcd authored almost 3 years ago
Update CompileChain.java

f24ce967ee6f5d31219cb460c8e0f7d18e97d0a5 authored almost 3 years ago
Update CompileChain.java

c2f819034f046a857137b1da4479735139537115 authored almost 3 years ago
Update mission.md

068d79a1a31ed823fc1d24306df09287fbe1d55c authored almost 3 years ago
Add files via upload

36f3dc8b04b35bf338c9012749aebee7b37cff88 authored almost 3 years ago
Update README.MD

c4c698973f6457e03d40cf6cd5c2df5e4953aed8 authored almost 3 years ago
Update README.MD

18f896761984893eda11ae710bf2f7741a1e6987 authored almost 3 years ago
Update README.MD

d5e9739a0aa056686c75515936b22f0c2ee84bef authored almost 3 years ago
Update README.MD

d8bae8c02097f501d70628882a6d27096beebe68 authored almost 3 years ago
Update README.MD

a44850db0db08d593804f99969928fe02dd83725 authored almost 3 years ago
Update README.MD

daaaa0a230d3cb24d57facf93f9458b81893e369 authored almost 3 years ago
Update README.MD

31cb49a459e5a83054ad776449ad5aded911bfa9 authored almost 3 years ago
Merge remote-tracking branch 'origin/master'

5fab7cd1e3e109ceca7265ff7c92ba455688ceb4 authored almost 3 years ago
Fix string concat expr and function overloaded. Closes #30

950aaa2fa8131380b8dcfa1dbac3c6fec525e70e authored almost 3 years ago
Update README.MD

7ebfff1bf75e61c47ac7bbc6b11c657f52a0434c authored almost 3 years ago
Update LICENSE.txt

e72cc5567770a632f2fecd17d39477cc7ff60a7f authored almost 3 years ago
Create CONTRIBUTING.md

2ec8dfa52e17c613e13cf1ed7a5ad0377d850616 authored almost 3 years ago
Create CODE_OF_CONDUCT.md

12c05510c4f504e9cad211099d86cd44885e81cf authored almost 3 years ago
Delete .travis.yml

7f5984cf7dcebe2cf91e226ac486a8dec43870ae authored almost 3 years ago
Update README.MD

d6400367b763fdbabb6c28ab11acd860fee61da7 authored almost 3 years ago
Update README.MD

917dca4742f9ae389e2bc3e3b1fe3a156e92b5b5 authored almost 3 years ago
Update README.MD

b28884426f3cc666efd0de62ce42baf9079a5cd8 authored almost 3 years ago
Fix string concat expr

2f4d2e14d2e67153c7e7dfe753ded65272194ec9 authored almost 3 years ago
Fix various bugs

5e8eef3e62de5be76382a4611027e4c74895b4ce authored almost 3 years ago
Merge pull request #29 from sirixdb/json-doc-function

Add `jn:doc()` Functions

1fd32b195201620d309889f0102e38425fdf41b6 authored almost 3 years ago
add json doc functions

3e13d69e26b09dd2e432e9d32ffabef0498dc7e2 authored almost 3 years ago
Update README.MD

e33e6926f56e5aafc8577930ef4e94469d585a06 authored almost 3 years ago
Merge pull request #27 from sirixdb/json-simple-collection-and-store

Add SimpleJsonCollection and SimpleJsonStore

6f2f8971b70be5d9545d8759bb39065a56030b12 authored almost 3 years ago
Merge pull request #28 from sirixdb/native-image-meta-inf

Add files needed to compile with native-image

138fa90a14eea5d01683eda128e88d8d8ae60dca authored almost 3 years ago
add files needed to compile with native-image

1f4865ebb30368dd4874837317b6f1c9a21cf03c authored almost 3 years ago
complete implementation

e0b7b94938949f7e942e649266d8bc2697df3bf2 authored almost 3 years ago
add SimpleJsonCollection and SimpleJsonStore

7f58513bb38d642d93abd01b8784cda3d33d4875 authored almost 3 years ago
Update README.MD

49cc95e9688cb20057d271ec1e0b5e5be926bbce authored almost 3 years ago
Update README.MD

185110d362d867ab62d8b7a9d9ccacb0d680e2eb authored almost 3 years ago
Get rid of SirixDB specific methods

98e30623a86f0e8276ebd13d326ea07cc7d721f7 authored almost 3 years ago
Minor refactoring

fdfead9bde09b583633ef605b3bf97cd3a3420bf authored almost 3 years ago
Merge remote-tracking branch 'origin/master'

6ed5ed520086ea89d9aa10fd0dec5b83127388c6 authored almost 3 years ago
Add classes SimpleJsonStore and SimpleJsonCollection and move array / objects into jsonitem package

a49d8422288d51d97ad9bdf14414eb9ce9c51ef0 authored almost 3 years ago
Update ParentD2Node.java

9cbc4c3b533a63b44e92e823dcf7049b8072c1aa authored almost 3 years ago
Update ParentD2Node.java

7b80cd2f3142f9446313708e65290e95aef635df authored almost 3 years ago
Update ElementD2Node.java

fccb609ce75b43093232324e5b43eac27d9eb525 authored almost 3 years ago
Update D2NodeParser.java

766ec23724ece1384644e66e551dbd4fe0d2e9da authored almost 3 years ago
Minor refactoring

d791a26a8e51514ff726d6b5f081368687bf95e8 authored about 3 years ago
Don't emit an arithmetic expression for simple negative integers (TODO: Add as rewrite rule instead of in the parser directly)

b6f0a5927d0055c79972972b15cf58a8a756f46f authored about 3 years ago
Merge remote-tracking branch 'origin/master'

effa56939b9009884420542baf7912b36844ae70 authored about 3 years ago
Minor refactoring

8d555055b9a2859a0ab3dce8a4c53a220fa25a0a authored about 3 years ago
Update README.MD

b7e0e977a2678b081ed99833a5fa45a4e10e71a3 authored about 3 years ago
Update README.MD

618c5479802cd51eea961c99c18a60b6a0e0d463 authored about 3 years ago
Merge remote-tracking branch 'origin/master'

0be8a442adec227de9cd4ee3ce6347ef33667388 authored about 3 years ago