08fb5778ba
fix: update comment about LastWriteWins tie-breaking algorithm
...
Addresses PR feedback about the outdated comment in concurrent-writes.ts. The comment now accurately reflects that the resolution uses the LastWriteWins resolver's tie-breaking algorithm rather than delta processing order.
2025-06-15 14:15:46 -05:00
91514289ae
Entity conforms to schema if it has all required properties, not just some
2025-06-15 14:15:46 -05:00
ada27ff1b0
removed data/ and test-data/ from repo
2025-06-15 14:15:46 -05:00
04212e87e6
Merge pull request 'major changes and feature additions' ( #1 ) from claude_code_work into main
...
Reviewed-on: #1
2025-06-15 14:08:40 -05:00
cd83f026cd
add .env to .gitignore
2025-06-14 17:03:10 -05:00
98014aaa17
add script for generating test coverage report
2025-06-14 17:01:33 -05:00
af8f49ebbc
updating todo with leveldb details that we just... did
2025-06-09 22:47:54 -04:00
1c55e95a7b
cleanup and levelDB integration
2025-06-09 22:37:51 -04:00
c8488843d2
refactored file structure, added levelDB (needs work)
2025-06-09 21:53:28 -04:00
9a7bd7d3b0
implemented initial query engine and exposed HTTP endpoints
2025-06-09 21:23:18 -04:00
c2f1f537f7
major refactor to shore up some misalignments, ready for phase 3
2025-06-09 20:50:33 -04:00
2dbf9a420a
Conflict Resolution strategies completed
2025-06-09 15:01:09 -04:00
c2aae9cfe6
support for negations complete
2025-06-09 13:39:25 -04:00
dc59dcc778
schema foundation support complete
2025-06-09 13:21:52 -04:00
33d4f92f8d
transaction support done, deferred rollback
2025-06-09 12:55:15 -04:00
ba9cbc220d
delta validation and error handling done
2025-06-09 12:47:37 -04:00
969e6ddc10
initial evaluation through todo.md
2025-06-09 12:37:04 -04:00
Ladd
b5e1acf4e3
minor stuff
2025-01-02 21:26:13 -06:00
Ladd
f1fcd97fe2
clarify type name
2025-01-02 21:22:29 -06:00
Ladd
6e0dccdfea
refactored collection into abstract and basic in preparation for adding relational
2025-01-02 21:21:16 -06:00
Ladd
c6f6ece504
refactoring in preparation for adding more resolvers
2025-01-02 20:29:26 -06:00
Ladd
e684eac932
indentation
2025-01-02 17:00:21 -06:00
Ladd
39d70b4680
added more concise syntax for deltas
2025-01-02 16:58:51 -06:00
Ladd
b147378bf8
achieve clean shutdown, no open handles
2025-01-02 14:43:32 -06:00
Ladd
58c5f5dc4e
switched back to commonjs rather than esm
2025-01-01 22:56:34 -06:00
Ladd
756fd240f5
removed libp2p/gossipsub
2025-01-01 22:45:17 -06:00
Ladd
b4451a4d7a
reduce logging
2025-01-01 22:31:07 -06:00
Ladd
65572a0e01
imports formatting
2025-01-01 22:27:16 -06:00
Ladd
e89d07c127
removed old comments
2025-01-01 22:26:51 -06:00
Ladd
4eec3b294c
refactored lossy for clarity, added separate class for last write wins
2025-01-01 22:21:16 -06:00
Ladd
5161ab0a85
remove unnecessary debug statements
2024-12-31 19:03:39 -06:00
Ladd
fefd7000f4
update readme
2024-12-31 15:43:19 -06:00
Ladd
002c0a9fa9
trying to get jest to exit cleanly when running all tests.
...
Seems like maybe something in libp2p. Giving up for now.
2024-12-31 15:27:12 -06:00
Ladd
52bada4ac8
log messages start with uppercase
2024-12-31 14:58:28 -06:00
Ladd
cb09606590
fixed a small bug with global seedPeers
2024-12-31 14:04:34 -06:00
Ladd
20b71c5d2f
log when libp2p is stopped
2024-12-31 12:49:08 -06:00
Ladd
6678176326
prefix logs with rz:
2024-12-31 12:40:26 -06:00
Ladd
1f8cbda73f
prefix log messages with peer id
2024-12-31 12:28:24 -06:00
Ladd
44e6cfa13c
added gossipsub in parallel with zeromq. converted project to ESM for compatibility with gossipsub
2024-12-31 11:35:09 -06:00
Ladd
940c3212be
route to get delta ids
2024-12-30 01:32:51 -06:00
Ladd
198c996231
transaction improvements
2024-12-30 01:23:11 -06:00
Ladd
066c03f690
scaffolding to support transactions
2024-12-29 17:50:20 -06:00
Ladd
2e0672e04c
added last-write-wins resolver
2024-12-29 14:35:30 -06:00
Ladd
870c1a62b6
moved lossless from collection to node, as we can reuse it for different kinds of data structures
2024-12-28 18:20:32 -06:00
Ladd
ad3c00638c
add tests to tsconfig so we get early warning via tsc watch when stuff breaks
2024-12-27 13:57:13 -06:00
Ladd
8fdec5da11
added delta ids; refactored delta to its own file; refactored http server
2024-12-27 13:43:43 -06:00
Ladd
9ec95ca8d8
removing vestigal scope
2024-12-26 19:03:50 -06:00
Ladd
172f0c5994
strip trailing line breaks on code coverage report
2024-12-26 17:00:03 -06:00
Ladd
cc33e4d694
shorter name for frequent command, npm run coverage
2024-12-26 16:55:14 -06:00
Ladd
c3f896f130
use lossless view for full list of entity ids
2024-12-26 16:52:46 -06:00