Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / go-bond/bond issues and pull requests
#108 - Table.Upsert based on pebble.Merge
Issue -
State: open - Opened by marino39 over 1 year ago
#107 - upgrade all deps
Pull Request -
State: closed - Opened by pkieltyka over 1 year ago
#106 - upgrade to go 1.21
Pull Request -
State: closed - Opened by pkieltyka over 1 year ago
#105 - Go pkgsite doesn't pickup documentation
Issue -
State: closed - Opened by jsimnz over 1 year ago
- 1 comment
#104 - Serializer system doesn't support Protobufs without unnecessary pointer dereference
Issue -
State: open - Opened by jsimnz over 1 year ago
#103 - Enhancment: index bucket filtering
Issue -
State: open - Opened by marino39 over 1 year ago
#102 - Feature: Inverted indexes support
Issue -
State: open - Opened by marino39 over 1 year ago
#101 - Query: condition builder
Pull Request -
State: closed - Opened by marino39 over 1 year ago
#100 - Table.Scan reverse & Query.Reverse implementation
Pull Request -
State: closed - Opened by marino39 over 1 year ago
#99 - Feature: Schema management
Issue -
State: open - Opened by marino39 over 1 year ago
#98 - Feature: Allow for reverse Table.Scan and Query.Reverse()
Issue -
State: closed - Opened by marino39 over 1 year ago
#97 - Feature: Query.Filter condition builder
Issue -
State: closed - Opened by marino39 over 1 year ago
#96 - Index selectors
Pull Request -
State: closed - Opened by marino39 over 1 year ago
#95 - Multi and Range index bucket selectors
Issue -
State: closed - Opened by marino39 over 1 year ago
#94 - Query Intersect feature
Issue -
State: closed - Opened by marino39 over 1 year ago
- 1 comment
#93 - Query intersect
Pull Request -
State: closed - Opened by marino39 over 1 year ago
#92 - Fix: table serializes templates do not work when table serializer opt…
Pull Request -
State: closed - Opened by marino39 over 1 year ago
#91 - Table batched
Pull Request -
State: closed - Opened by marino39 over 1 year ago
#90 - Getter interface might be more ergonomic with string based key parameter
Issue -
State: closed - Opened by jsimnz over 1 year ago
- 2 comments
#89 - Query in sorted batches
Pull Request -
State: closed - Opened by marino39 almost 2 years ago
#88 - Fix: Query using wrong selector when Query.After used after Query.Filter
Pull Request -
State: closed - Opened by marino39 almost 2 years ago
#87 - collect other key kinds
Pull Request -
State: closed - Opened by poonai almost 2 years ago
- 1 comment
#86 - Fix: the Query.After skips first element #84
Pull Request -
State: closed - Opened by marino39 almost 2 years ago
#85 - make the given block as valid block if no props given
Pull Request -
State: closed - Opened by poonai almost 2 years ago
#84 - The Query.After skips first element
Issue -
State: closed - Opened by marino39 almost 2 years ago
Labels: bug
#83 - use iterator for query execution
Pull Request -
State: closed - Opened by poonai almost 2 years ago
- 1 comment
#82 - implement filters for update and upsert
Pull Request -
State: closed - Opened by poonai almost 2 years ago
#81 - release iter in exist function
Pull Request -
State: closed - Opened by poonai almost 2 years ago
#80 - implement filters for update, upsert and ScanIndexForEach
Pull Request -
State: closed - Opened by poonai almost 2 years ago
#79 - Make property collectors disabled by default
Pull Request -
State: closed - Opened by marino39 almost 2 years ago
#78 - Collectors - TableID / IndexID Collector implementation
Pull Request -
State: closed - Opened by marino39 almost 2 years ago
#77 - Fix: bug where auth will not work when there is = in header value
Pull Request -
State: closed - Opened by marino39 almost 2 years ago
#76 - to avoid allocation, use reference of variable in `Pool.Put`
Pull Request -
State: closed - Opened by poonai almost 2 years ago
- 1 comment
#75 - BloomFilter avoid conversions []bytes->string as it allocates memory
Pull Request -
State: closed - Opened by marino39 almost 2 years ago
#74 - Use sync.Pool for keyBuffer
Pull Request -
State: closed - Opened by marino39 almost 2 years ago
#73 - Add ResetRetained to Batch
Pull Request -
State: closed - Opened by marino39 almost 2 years ago
- 1 comment
#72 - Add FilterStorer that stores bloom filter directly on file system
Pull Request -
State: closed - Opened by marino39 almost 2 years ago
- 1 comment
#71 - feat: add support for benchmarking read
Pull Request -
State: closed - Opened by poonai almost 2 years ago
#70 - enhancement: collect block metadata to filter primary keys
Pull Request -
State: closed - Opened by poonai almost 2 years ago
- 1 comment
#69 - Allow background initialization of the filter with FilterInitializable
Pull Request -
State: closed - Opened by marino39 almost 2 years ago
#68 - Build a WAL at bond-level
Issue -
State: open - Opened by marino39 almost 2 years ago
#67 - Review bloom filter code
Issue -
State: closed - Opened by marino39 almost 2 years ago
#66 - Explore other indexing strategies
Issue -
State: closed - Opened by marino39 almost 2 years ago
- 2 comments
#65 - Review go-bond source
Issue -
State: closed - Opened by marino39 almost 2 years ago
#64 - use pebble buffer to encode keys
Pull Request -
State: closed - Opened by poonai about 2 years ago
- 1 comment
#63 - POC Collectors - TableID / IndexID Collector implementation
Pull Request -
State: closed - Opened by marino39 about 2 years ago
#62 - Bump pebble
Pull Request -
State: closed - Opened by marino39 about 2 years ago
#61 - Implement BloomFilter thats stored in the db
Pull Request -
State: closed - Opened by marino39 about 2 years ago
#60 - Bloom filters - groundwork + simple in-memory filter
Pull Request -
State: closed - Opened by marino39 about 2 years ago
#59 - Add unsafe update that do not require to get updated element from db
Pull Request -
State: closed - Opened by marino39 about 2 years ago
#58 - Add default settings for pebble copied from cockroachdb
Pull Request -
State: closed - Opened by marino39 about 2 years ago
#57 - use dedicated batch for index keys
Pull Request -
State: closed - Opened by poonai about 2 years ago
- 9 comments
#56 - Cbor serializer
Pull Request -
State: closed - Opened by marino39 about 2 years ago
- 1 comment
#55 - gobond-cli utils
Pull Request -
State: closed - Opened by marino39 about 2 years ago
#54 - Add context to all not atomic db operations
Pull Request -
State: closed - Opened by marino39 about 2 years ago
#53 - Add context helpers that attach batch to context
Pull Request -
State: closed - Opened by marino39 about 2 years ago
#52 - Add SyncBatch that synchronized
Pull Request -
State: closed - Opened by marino39 about 2 years ago
#51 - Fix: the first element is not scanned when selector key == element key
Pull Request -
State: closed - Opened by marino39 about 2 years ago
#50 - Optimize Upsert and fix problem where single row is updated twice wit…
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#47 - Add Upsert on conflict handler feature
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#46 - Add some helper functions to Table / Query
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#45 - Add explicit use of After to select starting row instead of selector
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#44 - Update query docs
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#43 - Rename get from db or batch to getKV
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#42 - Bench adjust selector after change to it
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#41 - Add cursor paging to README.md and example to example app
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#40 - Fix: selector as cursor - it should return elements after the element…
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#39 - Add int big int order
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#38 - fix: not using interfaces in serializers
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#37 - fix: unusable enc and dec
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#36 - Add new Serializer interface that allows reusable buffer
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#35 - Add extraction of timestamp and seq num from SequenceNumber
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#34 - Add generic msgpack generated serializer
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#33 - Key builder more types
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#32 - Add batch if provided when getting data for the index
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#31 - Allow cursor like selection with index selector
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#30 - Add msgpack code gen serializer benchmark
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#29 - Add key generation helpers
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#28 - Add github build & test
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#27 - Remove old benchmarks and add new numbers to README.md
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#26 - Add Table interfaces
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#25 - Add serializer at table level to allow more fine-grained serializatio…
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#23 - Remove deserialize from Table.Exist
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#22 - Remove panic from Table.AddIndex
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#21 - Update README.md
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#20 - Provide Database usage example
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#19 - Add IndexOrder interface and it's tests
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#18 - Move tests to main directory so coverage works properly
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#17 - Add reindex functionality
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#16 - Add batch support to all table operations
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#15 - Implement Table.Upsert
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#14 - util.Lazy implementation
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#13 - Prepare for update implementation
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#12 - Refactor keys - make it more consistent, make it private
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#11 - Delete function impl
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#10 - Implement insert check if key exist before insert
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#9 - Simplify Query so it uses just Filter function instead of where condi…
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#8 - Use key builder in table
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#7 - Limit number of allocation for KeyEncode function
Pull Request -
State: closed - Opened by marino39 over 2 years ago
#6 - Add insert test and benchmarks
Pull Request -
State: closed - Opened by marino39 over 2 years ago