tangled
alpha
login
or
join now
edavis.dev
/
monarch
an app.bsky.* indexer
1
fork
atom
overview
issues
pulls
pipelines
commits
Author
Commit
Message
Date
Eric Davis
b1698d0a
only attach firehose cursor if there is one
master
4mo ago
Eric Davis
485ca60e
drop locks
4mo ago
Eric Davis
e634a35d
drop the final firehose cursor save on ctx Done
4mo ago
Eric Davis
0e2e52b4
include firehose URL
4mo ago
Eric Davis
1f1cebef
set default sync request limit to 10/s
4mo ago
Eric Davis
9cd84375
add --sync-requests-limit flag
4mo ago
Eric Davis
39855a6e
include which host is skipped
4mo ago
Eric Davis
4a03f371
add more record types
4mo ago
Eric Davis
caba3915
Merge branch 'jsonb'
4mo ago
Eric Davis
56e4a6ca
cleanup
4mo ago
Eric Davis
e669ccdf
drop actor profiles for now
4mo ago
Eric Davis
77446847
only crawl hosts once
4mo ago
Eric Davis
fdec2f90
use jsonEncode
4mo ago
Eric Davis
4a8d1810
different approach
4mo ago
Eric Davis
557eea02
unmarshal CBOR
4mo ago
Eric Davis
ceeab327
use json.RawMessage
4mo ago
Eric Davis
445374ef
first pass at JSONB
4mo ago
Eric Davis
d890b13e
bring back HandleUpsert
4mo ago
Eric Davis
353ee934
do one final firehose persist on exit
4mo ago
Eric Davis
6c13a22c
add Model
4mo ago
Eric Davis
0523a904
use cursor service in census, fixup firehose cursor saving
4mo ago
Eric Davis
fd27375b
go fmt
4mo ago
Eric Davis
fe6b736c
dynamic host/repo updates
4mo ago
Eric Davis
6cef528f
create firehoseCursor model, drop cursorRecord model
4mo ago
Eric Davis
70cd3cf2
remove indigo replace directive
5mo ago
Eric Davis
b9e567bb
upgrade indigo
5mo ago
Eric Davis
d89ebf9b
add relay-host flag
5mo ago
Eric Davis
02dbec40
fix(census): set curs before next page fetch
5mo ago
Eric Davis
2a2a947f
drop "errors" import
5mo ago
Eric Davis
f5a081eb
don't wait on endctx
5mo ago
Eric Davis
3b335763
move app.Stop out of go routine, use simple chan receive for endctx
5mo ago
Eric Davis
fa63ed0b
fixup context stop/cancel patterns
5mo ago
Eric Davis
56fbded0
convert firehose seq to string
5mo ago
Eric Davis
191eef0d
omit associations when creating
This breaks some ON CONFLICT stuff
5mo ago
Eric Davis
2f19a2a3
use SetReposCursor, log cursor flush
5mo ago
Eric Davis
4aa8b136
add flags for backfill workers/consumers
5mo ago
Eric Davis
23ab318d
move to cli/v2 and cliutil
5mo ago
Eric Davis
0a735878
tweak some error handling
5mo ago
Eric Davis
c03aa1e3
add ID primary keys where missing
5mo ago
Eric Davis
29c6ab14
switch to upsertRecord
5mo ago
Eric Davis
3ce4905d
Merge branch 'bad-nulls'
5mo ago
Eric Davis
86e2a43b
go fmt
5mo ago
Eric Davis
08ca8e2b
drop debug
5mo ago
Eric Davis
74e21978
split out create from update
5mo ago
Eric Davis
fcc62363
WIP of why subject/via are inconsistently added
5mo ago
Eric Davis
83aec1a5
make rules generic
5mo ago
Eric Davis
9bbf0eb6
add GraphStarterpackID to GraphStarterpack_Feed
5mo ago
Eric Davis
4dd8dd44
return GraphFollow pointer directly
5mo ago
Eric Davis
b6d51c74
fixup how embedding rules are done on postgates
5mo ago
Eric Davis
b23a5cc9
embed Reply on FeedPost
5mo ago
Eric Davis
d9a9d57a
embed Subject/Via on FeedLike
5mo ago
Eric Davis
baacebf5
embed Embed on ActorStatus
5mo ago
Eric Davis
85c97768
embed JoinedViaStarterPack/PinnedPost on ActorProfile
5mo ago
Eric Davis
4660f09d
go fmt
5mo ago
Eric Davis
75d5677a
rm models/models.go
5mo ago
Eric Davis
39d72823
add ActorDeclaration (chat)
5mo ago
Eric Davis
b97c81e2
add GraphFollow
5mo ago
Eric Davis
51b69705
add FeedThreadgate
5mo ago
Eric Davis
4082807f
add FeedRepost
5mo ago
Eric Davis
9d06a096
add FeedPostgate
5mo ago
only attach firehose cursor if there is one
master
b1698d0a
Eric Davis
4mo
drop locks
485ca60e
Eric Davis
4mo
drop the final firehose cursor save on ctx Done
e634a35d
Eric Davis
4mo
include firehose URL
0e2e52b4
Eric Davis
4mo
set default sync request limit to 10/s
1f1cebef
Eric Davis
4mo
add --sync-requests-limit flag
9cd84375
Eric Davis
4mo
include which host is skipped
39855a6e
Eric Davis
4mo
add more record types
4a03f371
Eric Davis
4mo
Merge branch 'jsonb'
caba3915
Eric Davis
4mo
cleanup
56e4a6ca
Eric Davis
4mo
drop actor profiles for now
e669ccdf
Eric Davis
4mo
only crawl hosts once
77446847
Eric Davis
4mo
use jsonEncode
fdec2f90
Eric Davis
4mo
different approach
4a8d1810
Eric Davis
4mo
unmarshal CBOR
557eea02
Eric Davis
4mo
use json.RawMessage
ceeab327
Eric Davis
4mo
first pass at JSONB
445374ef
Eric Davis
4mo
bring back HandleUpsert
d890b13e
Eric Davis
4mo
do one final firehose persist on exit
353ee934
Eric Davis
4mo
add Model
6c13a22c
Eric Davis
4mo
use cursor service in census, fixup firehose cursor saving
0523a904
Eric Davis
4mo
go fmt
fd27375b
Eric Davis
4mo
dynamic host/repo updates
fe6b736c
Eric Davis
4mo
create firehoseCursor model, drop cursorRecord model
6cef528f
Eric Davis
4mo
remove indigo replace directive
70cd3cf2
Eric Davis
5mo
upgrade indigo
b9e567bb
Eric Davis
5mo
add relay-host flag
d89ebf9b
Eric Davis
5mo
fix(census): set curs before next page fetch
02dbec40
Eric Davis
5mo
drop "errors" import
2a2a947f
Eric Davis
5mo
don't wait on endctx
f5a081eb
Eric Davis
5mo
move app.Stop out of go routine, use simple chan receive for endctx
3b335763
Eric Davis
5mo
fixup context stop/cancel patterns
fa63ed0b
Eric Davis
5mo
convert firehose seq to string
56fbded0
Eric Davis
5mo
omit associations when creating
This breaks some ON CONFLICT stuff
191eef0d
Eric Davis
5mo
use SetReposCursor, log cursor flush
2f19a2a3
Eric Davis
5mo
add flags for backfill workers/consumers
4aa8b136
Eric Davis
5mo
move to cli/v2 and cliutil
23ab318d
Eric Davis
5mo
tweak some error handling
0a735878
Eric Davis
5mo
add ID primary keys where missing
c03aa1e3
Eric Davis
5mo
switch to upsertRecord
29c6ab14
Eric Davis
5mo
Merge branch 'bad-nulls'
3ce4905d
Eric Davis
5mo
go fmt
86e2a43b
Eric Davis
5mo
drop debug
08ca8e2b
Eric Davis
5mo
split out create from update
74e21978
Eric Davis
5mo
WIP of why subject/via are inconsistently added
fcc62363
Eric Davis
5mo
make rules generic
83aec1a5
Eric Davis
5mo
add GraphStarterpackID to GraphStarterpack_Feed
9bbf0eb6
Eric Davis
5mo
return GraphFollow pointer directly
4dd8dd44
Eric Davis
5mo
fixup how embedding rules are done on postgates
b6d51c74
Eric Davis
5mo
embed Reply on FeedPost
b23a5cc9
Eric Davis
5mo
embed Subject/Via on FeedLike
d9a9d57a
Eric Davis
5mo
embed Embed on ActorStatus
baacebf5
Eric Davis
5mo
embed JoinedViaStarterPack/PinnedPost on ActorProfile
85c97768
Eric Davis
5mo
go fmt
4660f09d
Eric Davis
5mo
rm models/models.go
75d5677a
Eric Davis
5mo
add ActorDeclaration (chat)
39d72823
Eric Davis
5mo
add GraphFollow
b97c81e2
Eric Davis
5mo
add FeedThreadgate
51b69705
Eric Davis
5mo
add FeedRepost
4082807f
Eric Davis
5mo
add FeedPostgate
9d06a096
Eric Davis
5mo
next