After CollectionFS?

I have been using CollectionFS with gridFS fora period of time
now CollectionFS is dead … any advice of any alternative solution to use with autoform ?

I’m using (but not with autoform):
https://github.com/coryhouse/react-slingshot - S3
+
https://github.com/okonet/react-dropzone

1 Like

There is also a slingshot package for meteor, search atmosphere.

I have been using mongoose on the server side for schemas and collection management. I do all of my database writes through method calls, so I don’t need to use the library client side. You can use gridFS with mongoose by accessing the raw mongodb driver as well.

It’s not dead. It still works fine. Development has ceased but it’s still maintained. I got my pull request merged to it just the other day actually.